diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/db/itemfielddb.h | 1 | ||||
-rw-r--r-- | src/resources/dye/dyepalette.cpp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/db/itemfielddb.h b/src/resources/db/itemfielddb.h index 18fa516b5..dc95e9558 100644 --- a/src/resources/db/itemfielddb.h +++ b/src/resources/db/itemfielddb.h @@ -24,6 +24,7 @@ #include "enums/simpletypes/skiperror.h" #include <map> +#include <string> #include "localconsts.h" diff --git a/src/resources/dye/dyepalette.cpp b/src/resources/dye/dyepalette.cpp index 930f23723..9b2a2a8a8 100644 --- a/src/resources/dye/dyepalette.cpp +++ b/src/resources/dye/dyepalette.cpp @@ -30,7 +30,9 @@ #include "utils/stringutils.h" +#ifndef USE_SDL2 #include <cmath> +#endif // USE_SDL2 #include <SDL_endian.h> |