diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/copynpaste.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 94cfe9589..461de1001 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -33,8 +33,9 @@ # include "config.h" #endif +#include "utils/copynpaste.h" + #include <SDL_syswm.h> -#include "copynpaste.h" #include "debug.h" |