Missing #include. v1.4.18
authorCarl Hetherington <cth@carlh.net>
Fri, 24 Jan 2020 00:19:52 +0000 (01:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 24 Jan 2020 00:19:52 +0000 (01:19 +0100)
src/util.h

index 1a05f405ed6ef4e9bfde4c570a0e24ac6731496f..9b0c2c738e59998bd4c59fee72feab8b1a907b95 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <boost/optional.hpp>
+#include <boost/shared_ptr.hpp>
 #include <string>
 
 class locked_stringstream;