diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-01-23 23:17:00 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-01-23 23:17:00 +0200 |
| commit | 4b4e8dd6d7d2678b22014d57ac698ea20ad7d2ff (patch) | |
| tree | 9e89fa554aa3d9ba29c275e279e3473300e73978 /lib | |
| parent | 2e07fcf59193a249579e4b4f6c69be15ed70c913 (diff) | |
utils/sexp-parser: include ostream
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/utils/mu-sexp-parser.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utils/mu-sexp-parser.hh b/lib/utils/mu-sexp-parser.hh index ea7b90b..104be59 100644 --- a/lib/utils/mu-sexp-parser.hh +++ b/lib/utils/mu-sexp-parser.hh @@ -22,6 +22,8 @@ #include <string> #include <vector> +#include <ostream> + #include "utils/mu-error.hh" |
