mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
examples: fix sdl2 headers includes path
Fix SDL2 headers include path to release IDE warnings. Tested on linux and macos
This commit is contained in:
parent
f26bdeba8d
commit
f837ecf164
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <thorvg.h>
|
#include <thorvg.h>
|
||||||
#include <SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <SDL_syswm.h>
|
#include <SDL2/SDL_syswm.h>
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#ifndef PATH_MAX
|
#ifndef PATH_MAX
|
||||||
|
|
Loading…
Add table
Reference in a new issue