summaryrefslogtreecommitdiff
path: root/library/error_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/error_log.cpp')
-rw-r--r--library/error_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/error_log.cpp b/library/error_log.cpp
index 1549c6b5..483d670b 100644
--- a/library/error_log.cpp
+++ b/library/error_log.cpp
@@ -6,7 +6,7 @@
//
#include "error_log.h"
#include <wx/datetime.h>
-#include <wx/intl.h>
+#include "../shared/i18n.h"
using ffs3::ErrorLogging;
bgstack15