summaryrefslogtreecommitdiff
path: root/hscript/user.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-17 18:59:11 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-17 18:59:11 -0500
commitfbc6f469d5bb1424f7558c42437ba4fe64711413 (patch)
tree843e19d92c3c1b25c2e6d7f151f4f50259b4267a /hscript/user.cc
parentf085ab05e62d993fe5323741f410040e2d5ab94f (diff)
downloadhorizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.tar.gz
horizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.tar.bz2
horizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.tar.xz
horizon-fbc6f469d5bb1424f7558c42437ba4fe64711413.zip
hscript: Fix build on CI
Diffstat (limited to 'hscript/user.cc')
-rw-r--r--hscript/user.cc1
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"