summaryrefslogtreecommitdiffstats
path: root/src/UIFile.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-28 23:20:31 +0000
committerDavid Robillard <d@drobilla.net>2011-11-28 23:20:31 +0000
commit958c230036c9134004e9a83f11147dddf2a3c813 (patch)
treec88f7d8f4e001628204d3b4aacbaf4cdf1bb04d4 /src/UIFile.hpp
parentfb6fd528dbb7a0b9ace9db5823030a827b9435a0 (diff)
downloadpatchage-958c230036c9134004e9a83f11147dddf2a3c813.tar.gz
patchage-958c230036c9134004e9a83f11147dddf2a3c813.tar.bz2
patchage-958c230036c9134004e9a83f11147dddf2a3c813.zip
Add missing include.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3683 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/UIFile.hpp')
-rw-r--r--src/UIFile.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index 2abc3e5..3418656 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -18,6 +18,7 @@
#define PATCHAGE_GLADEFILE_HPP
#include <fstream>
+#include <iostream>
#include <sstream>
#include <string>