Missing includes.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 22:33:57 +0000 (00:33 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 22:33:57 +0000 (00:33 +0200)
src/file.cc

index 2ce3fc6722296f16b0f30022d87ca596b842d977..e65d44ff199d50475cf3057224daa5da12891bc2 100644 (file)
@@ -34,6 +34,8 @@
 
 #include "dcp_assert.h"
 #include "file.h"
+#include <boost/algorithm/string.hpp>
+#include <stdio.h>
 
 
 using namespace dcp;