summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-16 16:45:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-16 16:45:32 +0100
commitf76f96258d55ed9f7fdd23cefa5a07e873f7d066 (patch)
tree41516ac8634faa37592b8ee5314e6326c7e9fa76 /src
parent64e234d1828e9718aa6e8d4dce065b80491eb8f4 (diff)
Fix build on some platforms.
Diffstat (limited to 'src')
-rw-r--r--src/reel_asset.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_asset.cc b/src/reel_asset.cc
index db56284e..46e0bd3c 100644
--- a/src/reel_asset.cc
+++ b/src/reel_asset.cc
@@ -27,6 +27,7 @@
#include "compose.hpp"
#include <libcxml/cxml.h>
#include <libxml++/libxml++.h>
+#include <iostream>
using std::pair;
using std::cout;