diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-17 18:59:11 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-17 18:59:11 -0500 |
commit | fbc6f469d5bb1424f7558c42437ba4fe64711413 (patch) | |
tree | 843e19d92c3c1b25c2e6d7f151f4f50259b4267a | |
parent | f085ab05e62d993fe5323741f410040e2d5ab94f (diff) | |
download | horizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.tar.gz horizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.tar.bz2 horizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.tar.xz horizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.zip |
hscript: Fix build on CI
-rw-r--r-- | hscript/user.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hscript/user.cc b/hscript/user.cc index 21db88a..bfc2066 100644 --- a/hscript/user.cc +++ b/hscript/user.cc @@ -13,6 +13,7 @@ #include <assert.h> #include <cstring> #include <fstream> +#include <sstream> #include <time.h> #include "user.hh" #include "util/output.hh" |