mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
examples: fix sdl2 headers in Capi example
This commit is contained in:
parent
4dfd591a7b
commit
9cfc65fbc7
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
*/
|
||||
|
||||
#include <thorvg_capi.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_syswm.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_syswm.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIDTH 800
|
||||
|
|
Loading…
Add table
Reference in a new issue