Skip to content

Commit f3faa4b

Browse files
committed
Fix missing include for latest ubuntu version compile
1 parent 4a90e54 commit f3faa4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dtoolutil/string_utils.h

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "dtoolbase.h"
1818

1919
#include <string>
20+
#include <cstdint>
2021
#include "vector_string.h"
2122
#include "pdtoa.h"
2223

0 commit comments

Comments
 (0)