summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar wwylele2016-04-30 10:33:11 +0300
committerGravatar wwylele2016-05-04 13:02:49 +0300
commit9da1534237dfbe72be36200453dc52fce38ae557 (patch)
treef0ab48fbbaa05cc531a79edc073acd9b17abdc85
parentmake the name column larger as default (diff)
downloadyuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.gz
yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.xz
yuzu-9da1534237dfbe72be36200453dc52fce38ae557.zip
add missing header
-rw-r--r--src/citra_qt/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index cc9e0c624..3f0099200 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -55,6 +55,7 @@ set(HEADERS
55 configure_dialog.h 55 configure_dialog.h
56 configure_general.h 56 configure_general.h
57 game_list.h 57 game_list.h
58 game_list_p.h
58 hotkeys.h 59 hotkeys.h
59 main.h 60 main.h
60 ui_settings.h 61 ui_settings.h