summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-24 01:19:52 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-24 01:19:52 +0100
commit54e627e3afda3586b5523c4384596c1d2fa38a97 (patch)
tree21b04e2736de68968e6d481a0efacec104851882
parent041a00e1a4867d5eb2a414663fcb6c0b2df124a6 (diff)
Missing #include.v1.4.18
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 1a05f40..9b0c2c7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -22,6 +22,7 @@
*/
#include <boost/optional.hpp>
+#include <boost/shared_ptr.hpp>
#include <string>
class locked_stringstream;