diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-30 01:16:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-30 01:16:45 +0100 |
| commit | 49da5bc0d2548418f363ceaca148e29f7929682b (patch) | |
| tree | 9c97c3170ae3c97591076a86e4643deadbb118b4 /src | |
| parent | a4dfadb428700ffe0e482ac222d37730a9939193 (diff) | |
Possibly-missing include.
Diffstat (limited to 'src')
| -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> namespace sub { |
