Skip to content

Commit d2844d9

Browse files
committed
Fix another missing stdint include
1 parent f3faa4b commit d2844d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dtoolutil/textEncoder.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "textEncoder.h"
1515
#include "stringDecoder.h"
1616
#include "unicodeLatinMap.h"
17+
#include <cstdint>
1718

1819
using std::istream;
1920
using std::ostream;

0 commit comments

Comments
 (0)