summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-06 00:33:57 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-06 00:33:57 +0200
commit13a6c81232a3d33772afbf9fdf5d2879f64ff757 (patch)
treea55369556de710cf616bff76eae3059c59e92152
parentf031667bd2769d3daf9c49115f21a099fafcee46 (diff)
Missing includes.
-rw-r--r--src/file.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.cc b/src/file.cc
index 2ce3fc67..e65d44ff 100644
--- a/src/file.cc
+++ b/src/file.cc
@@ -34,6 +34,8 @@
#include "dcp_assert.h"
#include "file.h"
+#include <boost/algorithm/string.hpp>
+#include <stdio.h>
using namespace dcp;