mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 18:28:18 +00:00
fixup includes in clipboard
This commit is contained in:
parent
9b4756964f
commit
cec386ad35
@ -19,6 +19,7 @@
|
||||
#include "clipboard.hpp"
|
||||
#include <algorithm>
|
||||
|
||||
#include <SDL_events.h>
|
||||
#include <SDL_version.h>
|
||||
|
||||
#if SDL_VERSION_ATLEAST(2,0,0)
|
||||
|
@ -18,7 +18,8 @@
|
||||
#define CLIPBOARD_HPP_INCLUDED
|
||||
|
||||
#include <string>
|
||||
#include "SDL.h"
|
||||
|
||||
union SDL_Event;
|
||||
|
||||
/**
|
||||
* Copies text to the clipboard.
|
||||
|
Loading…
x
Reference in New Issue
Block a user