summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-12 11:17:35 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 11:17:35 +0100
commit95e0323b9cc54cebfa290fea83efbe2352f69d2c (patch)
treef92b0bf548cbade8b87e1a0ba133052029b870e2 /src/lib
parent5a83297c4d78a8bc130cea5a05ef3a73cd0e39d8 (diff)
Missing include.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/compose.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp
index 6206eb611..b78a8b9eb 100644
--- a/src/lib/compose.hpp
+++ b/src/lib/compose.hpp
@@ -39,6 +39,7 @@
#include <list>
#include <map>
#include <inttypes.h>
+#include <cstdio>
namespace StringPrivate
{