Skip to content

Commit eb613b6

Browse files
committed
Minimal change to make this compile (added <cstdint>)
1 parent d9ae092 commit eb613b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libhdt/src/util/StopWatch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <sstream>
3232

3333
#include <string.h> // For memcpy()
34+
#include <cstdint> // for uint64_t etc
3435

3536
#include "StopWatch.hpp"
3637

0 commit comments

Comments
 (0)