diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:33:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:33:57 +0200 |
| commit | 13a6c81232a3d33772afbf9fdf5d2879f64ff757 (patch) | |
| tree | a55369556de710cf616bff76eae3059c59e92152 | |
| parent | f031667bd2769d3daf9c49115f21a099fafcee46 (diff) | |
Missing includes.
| -rw-r--r-- | src/file.cc | 2 |
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; |
