summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-30 01:16:45 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-30 01:16:45 +0100
commit49da5bc0d2548418f363ceaca148e29f7929682b (patch)
tree9c97c3170ae3c97591076a86e4643deadbb118b4 /src
parenta4dfadb428700ffe0e482ac222d37730a9939193 (diff)
Possibly-missing include.
Diffstat (limited to 'src')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 738a02a..56e649f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -22,6 +22,7 @@
*/
#include <boost/optional.hpp>
+#include <boost/shared_ptr.hpp>
#include <string>
namespace sub {