summaryrefslogtreecommitdiffstats
path: root/src/gui/WindowFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/WindowFactory.cpp')
-rw-r--r--src/gui/WindowFactory.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/WindowFactory.cpp b/src/gui/WindowFactory.cpp
index 3610b095..4a948a36 100644
--- a/src/gui/WindowFactory.cpp
+++ b/src/gui/WindowFactory.cpp
@@ -15,6 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <string>
#include "ingen-config.h"
#include "client/PatchModel.hpp"
#include "App.hpp"
@@ -36,6 +37,8 @@
#include "UploadPatchWindow.hpp"
#endif
+using namespace std;
+
namespace Ingen {
namespace GUI {