diff options
author | David Robillard <d@drobilla.net> | 2011-11-28 23:20:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-28 23:20:31 +0000 |
commit | 958c230036c9134004e9a83f11147dddf2a3c813 (patch) | |
tree | c88f7d8f4e001628204d3b4aacbaf4cdf1bb04d4 /src | |
parent | fb6fd528dbb7a0b9ace9db5823030a827b9435a0 (diff) | |
download | patchage-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')
-rw-r--r-- | src/UIFile.hpp | 1 |
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> |