summaryrefslogtreecommitdiff
path: root/src/helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper.cpp')
-rw-r--r--src/helper.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helper.cpp b/src/helper.cpp
index 1f072bd9..41784fe5 100644
--- a/src/helper.cpp
+++ b/src/helper.cpp
@@ -18,8 +18,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
#include "helper.h"
-#include "report.h"
#include "utility.h"
+#include <report.h>
#include <LMCons.h>
#define WIN32_LEAN_AND_MEAN
@@ -27,6 +27,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <QDir>
+using MOBase::reportError;
+
namespace Helper {