diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-24 01:19:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-24 01:19:52 +0100 |
| commit | 54e627e3afda3586b5523c4384596c1d2fa38a97 (patch) | |
| tree | 21b04e2736de68968e6d481a0efacec104851882 | |
| parent | 041a00e1a4867d5eb2a414663fcb6c0b2df124a6 (diff) | |
Missing #include.v1.4.18
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ */ #include <boost/optional.hpp> +#include <boost/shared_ptr.hpp> #include <string> class locked_stringstream; |
