diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-26 21:53:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 21:53:48 +0000 |
| commit | e861c829b186f64f440bda61fe146ca281ca2987 (patch) | |
| tree | 72509ff45e304a692371026838dde37a30360924 /src | |
| parent | d04f6eb02ca81f8efa414925de8a8193587b216d (diff) | |
Missing #include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/locale_convert.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locale_convert.cc b/src/locale_convert.cc index 4264217..83970f1 100644 --- a/src/locale_convert.cc +++ b/src/locale_convert.cc @@ -18,6 +18,7 @@ */ #include "locale_convert.h" +#include <cstdio> using std::string; |
