I hit a bug where date.h was not being included because another header in an application source tree also defined `DATE_H` (which isn't very unique). `#pragma once` is intended to solve this robustly. See https://github.com/apache/arrow/issues/48738 for context.
I hit a bug where date.h was not being included because another header in an application source tree also defined
DATE_H(which isn't very unique).#pragma onceis intended to solve this robustly.See apache/arrow#48738 for context.