Browse Source

Fix SDL.h includes

pull/6464/head
Gleb Mazovetskiy 3 years ago
parent
commit
f2c42924fe
  1. 2
      Source/platform/locale.cpp
  2. 3
      Source/plrmsg.h

2
Source/platform/locale.cpp

@ -3,7 +3,7 @@
#include <cstdint>
#ifdef __ANDROID__
#include "SDL.h"
#include <SDL.h>
#include <jni.h>
#elif defined(__vita__)
#include <cstring>

3
Source/plrmsg.h

@ -5,10 +5,11 @@
*/
#pragma once
#include "SDL.h"
#include <cstdint>
#include <string>
#include <SDL.h>
#include "DiabloUI/ui_flags.hpp"
#include "engine.h"
#include "player.h"

Loading…
Cancel
Save