summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-12 09:05:24 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 09:05:24 +0100
commit50aa05ae12b2668361f9ec5e52ec6a3313767efa (patch)
tree70d6c12e625c500eaa2eedf87d6522d02b9c2cd8 /src
parent18bc49e0c73a03e64229c09b78b279c5993bcc14 (diff)
Missing include.
Diffstat (limited to 'src')
-rw-r--r--src/compose.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compose.hpp b/src/compose.hpp
index 6206eb61..b78a8b9e 100644
--- a/src/compose.hpp
+++ b/src/compose.hpp
@@ -39,6 +39,7 @@
#include <list>
#include <map>
#include <inttypes.h>
+#include <cstdio>
namespace StringPrivate
{