Fixed compiling for Visual Studio 2019

This commit is contained in:
dingusdev 2021-09-11 22:55:24 -07:00
parent ea5b0d9f52
commit 738e2d3bd1
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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. */