summaryrefslogtreecommitdiff
path: root/structures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'structures.cpp')
-rw-r--r--structures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/structures.cpp b/structures.cpp
index 7eb1eb4e..6f38a0cf 100644
--- a/structures.cpp
+++ b/structures.cpp
@@ -5,7 +5,7 @@
// **************************************************************************
//
#include "structures.h"
-#include <wx/intl.h>
+#include "shared/i18n.h"
//#include <stdexcept>
using namespace ffs3;
bgstack15