Update DFSDL.cpp

develop
Myk 2023-07-05 22:34:25 -07:00 committed by GitHub
parent 43ea9b94c3
commit 785405b281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@
#include "Debug.h"
#include "PluginManager.h"
#include <SDL.h>
#include <SDL_stdinc.h>
namespace DFHack {
DBG_DECLARE(core, dfsdl, DebugCategory::LINFO);