summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-26 21:53:48 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-26 21:53:48 +0000
commite861c829b186f64f440bda61fe146ca281ca2987 (patch)
tree72509ff45e304a692371026838dde37a30360924 /src
parentd04f6eb02ca81f8efa414925de8a8193587b216d (diff)
Missing #include.
Diffstat (limited to 'src')
-rw-r--r--src/locale_convert.cc1
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;