diff options
Diffstat (limited to 'klm/util/exception.hh')
-rw-r--r-- | klm/util/exception.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/util/exception.hh b/klm/util/exception.hh index 83f99cd6..053a850b 100644 --- a/klm/util/exception.hh +++ b/klm/util/exception.hh @@ -6,7 +6,7 @@ #include <sstream> #include <string> -#include <inttypes.h> +#include <stdint.h> namespace util { |