diff options
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r-- | src/utils/copynpaste.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 134f7ba1b..20af28454 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -44,6 +44,8 @@ #include "debug.h" #ifdef USE_SDL2 +#include <SDL_clipboard.h> + bool retrieveBuffer(std::string& text, size_t& pos) { char *buf = SDL_GetClipboardText(); |