summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-01-23 23:17:00 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-01-23 23:17:00 +0200
commit4b4e8dd6d7d2678b22014d57ac698ea20ad7d2ff (patch)
tree9e89fa554aa3d9ba29c275e279e3473300e73978 /lib
parent2e07fcf59193a249579e4b4f6c69be15ed70c913 (diff)
utils/sexp-parser: include ostream
Diffstat (limited to 'lib')
-rw-r--r--lib/utils/mu-sexp-parser.hh2
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"