Another missing include.
authorCarl Hetherington <cth@carlh.net>
Fri, 12 Aug 2016 11:36:56 +0000 (12:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Aug 2016 11:36:56 +0000 (12:36 +0100)
src/lib/encoded_log_entry.cc

index e8d43630594d0d9b2296229dabe898f4fa0d6703..2da84dacdd0a1946c9e2709ef6e288444787d1c8 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "encoded_log_entry.h"
 */
 
 #include "encoded_log_entry.h"
+#include <cstdio>
 
 using std::string;
 
 
 using std::string;