Add an include for SDL_SetAlpha when using SDL2.
This commit is contained in:
parent
07c8ae4d12
commit
a65a86f714
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "widgets/textbox.hpp"
|
||||
#include "clipboard.hpp"
|
||||
#include "log.hpp"
|
||||
#include "sdl/alpha.hpp"
|
||||
#include "video.hpp"
|
||||
|
||||
static lg::log_domain log_display("display");
|
||||
|
|
Loading…
Add table
Reference in a new issue