summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscrawl <scrawl@baseoftrash.de>2013-11-10 22:40:46 +0100
committerMarc Zinnschlag <marc@zpages.de>2013-11-27 20:03:11 +0100
commit4a0a16be364f2e04d1459f8b91ea266821a87bfb (patch)
tree487b06b9c2f1114d01657fce3645cda4f9cd50a0
parent68598f9b634876c834e9be6090a2392901d7513f (diff)
Fix a build erroropenmw-0.27.0
-rw-r--r--components/contentselector/model/contentmodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/contentselector/model/contentmodel.cpp b/components/contentselector/model/contentmodel.cpp
index 5f3575eb40..9183003295 100644
--- a/components/contentselector/model/contentmodel.cpp
+++ b/components/contentselector/model/contentmodel.cpp
@@ -1,6 +1,8 @@
#include "contentmodel.hpp"
#include "esmfile.hpp"
+#include <stdexcept>
+
#include <QDir>
#include <QTextCodec>
#include <QDebug>