Skip to content

Commit a9f13bb

Browse files
committed
add header
1 parent c476ab6 commit a9f13bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/expression/literal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
#include "iceberg/expression/literal.h"
2121

22+
#include <cmath>
2223
#include <concepts>
2324
#include <cstdint>
2425
#include <string>
2526

26-
#include "iceberg/exception.h"
2727
#include "iceberg/type_fwd.h"
2828
#include "iceberg/util/macros.h"
2929

0 commit comments

Comments
 (0)