diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 11:17:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 11:17:35 +0100 |
| commit | 95e0323b9cc54cebfa290fea83efbe2352f69d2c (patch) | |
| tree | f92b0bf548cbade8b87e1a0ba133052029b870e2 /src/lib | |
| parent | 5a83297c4d78a8bc130cea5a05ef3a73cd0e39d8 (diff) | |
Missing include.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/compose.hpp | 1 |
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 { |
