diff --git a/src/DasherCore/Common/I18n.h b/src/DasherCore/Common/I18n.h index 68348374..8d51af59 100644 --- a/src/DasherCore/Common/I18n.h +++ b/src/DasherCore/Common/I18n.h @@ -20,7 +20,7 @@ #pragma once -#if defined(_WIN32) || defined(__APPLE__) +#if defined(_WIN32) || defined(__APPLE__) || defined(__ANDROID__) #define _(szText) szText #define N_(szText) (szText) diff --git a/src/DasherCore/UserLocation.cpp b/src/DasherCore/UserLocation.cpp index 00a1f189..35a752b1 100644 --- a/src/DasherCore/UserLocation.cpp +++ b/src/DasherCore/UserLocation.cpp @@ -1,6 +1,5 @@ #include "UserLocation.h" -#include #include #include "TimeSpan.h"