mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 21:29:28 +00:00
Fixed compiling for Visual Studio 2019
This commit is contained in:
parent
ea5b0d9f52
commit
738e2d3bd1
@ -21,7 +21,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "displayid.h"
|
||||
#include <thirdparty/loguru/loguru.hpp>
|
||||
#include "SDL.h"
|
||||
#include "thirdparty/SDL2/include/SDL.h"
|
||||
|
||||
DisplayID::DisplayID() {
|
||||
/* Initialize Apple monitor codes */
|
||||
|
@ -33,7 +33,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#ifndef DISPLAY_ID_H
|
||||
#define DISPLAY_ID_H
|
||||
|
||||
#include "SDL.h"
|
||||
#include "thirdparty/SDL2/include/SDL.h"
|
||||
#include <cinttypes>
|
||||
|
||||
/** I2C bus states. */
|
||||
|
Loading…
Reference in New Issue
Block a user