We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6402f18 commit 0c91fb2Copy full SHA for 0c91fb2
src/iceberg/util/conversions.h
@@ -21,11 +21,10 @@
21
22
#include <vector>
23
24
-#include <iceberg/type.h>
25
-
26
#include "iceberg/expression/literal.h"
27
#include "iceberg/iceberg_export.h"
28
#include "iceberg/result.h"
+#include "iceberg/type.h"
29
30
namespace iceberg {
31
class ICEBERG_EXPORT Conversions {
src/iceberg/util/literal_format.cc
@@ -17,7 +17,7 @@
17
* under the License.
18
*/
19
20
-#include "literal_format.h"
+#include "iceberg/util/literal_format.h"
#include <chrono>
#include <cstring>
0 commit comments