diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:48:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:48:24 +0100 |
| commit | 8ba922f93370862e0947e4d59cb7ae11fd0ace80 (patch) | |
| tree | 5f727b80b42fc3946a24197ac1eb87f827f6a966 /src | |
| parent | 50aa05ae12b2668361f9ec5e52ec6a3313767efa (diff) | |
More missing includes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/locale_convert.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h index 1b6ea42f..c4e0f762 100644 --- a/src/locale_convert.h +++ b/src/locale_convert.h @@ -36,6 +36,8 @@ #include <boost/static_assert.hpp> #include <string> +#include <stdint.h> +#include <cstdio> namespace dcp { |
