Skip to content

Commit f4e929a

Browse files
Added cstdint include (#6338)
Required for uint64_t, fixes compile error
1 parent 2fba0f5 commit f4e929a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Code/RDGeneral/RDLog.h

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <iostream>
2121
#include <fstream>
2222
#include <vector>
23+
#include <cstdint>
2324

2425
namespace boost {
2526
namespace logging {

0 commit comments

Comments
 (0)