Skip to content

Commit 0039841

Browse files
committed
ubuntu22.04 change- this needs to be in main
1 parent 783b13e commit 0039841

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

core/util/Exception.h

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#if defined(__GNUC__) && !defined(__clang__)
2+
#if __GNUC__ >= 13
3+
#include <cstdint>
4+
#endif
5+
#elif defined(__clang__)
6+
#if __clang_major__ >= 13
7+
#include <cstdint>
8+
#endif
9+
#endif
110
#pragma once
211

312
#include <exception>

0 commit comments

Comments
 (0)