diff options
author | jak1 <jak1@themanaworld.org> | 2023-08-17 00:20:38 +0200 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2023-08-17 00:20:38 +0200 |
commit | 00cb0a5770529999191fc4484348fe89196de263 (patch) | |
tree | a5298bc5968047aaa6e0cf4779f0713e967d3077 | |
parent | 19dc75e9c2d6c94cc1975ae790af35e50e667ae0 (diff) | |
download | mplint-00cb0a5770529999191fc4484348fe89196de263.tar.gz mplint-00cb0a5770529999191fc4484348fe89196de263.tar.bz2 mplint-00cb0a5770529999191fc4484348fe89196de263.tar.xz mplint-00cb0a5770529999191fc4484348fe89196de263.zip |
-rw-r--r-- | src/stringutils.cpp | 1 | ||||
-rw-r--r-- | src/stringutils.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/stringutils.cpp b/src/stringutils.cpp index dacf692..fc80017 100644 --- a/src/stringutils.cpp +++ b/src/stringutils.cpp @@ -26,7 +26,6 @@ #include <cctype> #include <cstdarg> #include <cstdio> -#include <cstdint> #include <ctime> #include <list> diff --git a/src/stringutils.h b/src/stringutils.h index c34b8c7..91c9ea8 100644 --- a/src/stringutils.h +++ b/src/stringutils.h @@ -25,6 +25,7 @@ #include "stringvector.h" +#include <cstdint> #include <string> #include <sstream> #include <list> |