diff options
Diffstat (limited to 'src/citra/emu_window/emu_window_glfw.h')
| -rw-r--r-- | src/citra/emu_window/emu_window_glfw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra/emu_window/emu_window_glfw.h b/src/citra/emu_window/emu_window_glfw.h index 16c109b79..7ccd5e6aa 100644 --- a/src/citra/emu_window/emu_window_glfw.h +++ b/src/citra/emu_window/emu_window_glfw.h | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <utility> | ||
| 8 | |||
| 7 | #include "common/emu_window.h" | 9 | #include "common/emu_window.h" |
| 8 | 10 | ||
| 9 | struct GLFWwindow; | 11 | struct GLFWwindow; |