Skip to content

Commit 1a6de23

Browse files
committed
Added some missing includes.
- Currently, DAPHNE can be built without these includes. - However, when BinaryOpCode.h is included from somewhere else, where the includes added in this commit have not happened yet, there can be problems.
1 parent 1ae8d88 commit 1a6de23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/runtime/local/kernels/BinaryOpCode.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
#pragma once
1818

19+
#include <runtime/local/datastructures/FixedSizeStringValueType.h>
20+
21+
#include <cstdint>
22+
#include <string>
23+
#include <string_view>
24+
1925
// ****************************************************************************
2026
// Enum for binary op codes and their names
2127
// ****************************************************************************

0 commit comments

Comments
 (0)