summaryrefslogtreecommitdiffstats
path: root/src/common/emu_window.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-21 15:02:11 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-28 01:36:54 +0200
commit22ae87530b11226895a6a3682b9e75c5f5b9045d (patch)
tree650c7ffea9971d8479a67521050c15b5347e333f /src/common/emu_window.cpp
parentCommon: Remove unused ROUND_UP_POW2 macro. (diff)
downloadyuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.gz
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.bz2
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.lz
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.xz
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.zst
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.zip
Diffstat (limited to 'src/common/emu_window.cpp')
-rw-r--r--src/common/emu_window.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/emu_window.cpp b/src/common/emu_window.cpp
index 43facb85c..b69b05cb9 100644
--- a/src/common/emu_window.cpp
+++ b/src/common/emu_window.cpp
@@ -2,6 +2,12 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <algorithm>
+#include <cmath>
+
+#include "common/assert.h"
+#include "common/key_map.h"
+
#include "emu_window.h"
#include "video_core/video_core.h"