Skip to content

Commit 33ee19c

Browse files
authored
Add missing include (#123)
int32_t, ... uses `<cstdint>`.
1 parent 0376088 commit 33ee19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/substrait/expression/DecimalLiteral.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#pragma once
44

5+
#include <cstdint>
56
#include <string>
67

78
namespace substrait::proto {

0 commit comments

Comments
 (0)