diff --git a/CMakeLists.txt b/CMakeLists.txt
index db9ec8d..84e8ded 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ endif()
endif()
find_package(PkgConfig REQUIRED)
-pkg_check_modules(CAPSTONE REQUIRED capstone>=4.0.1)
+pkg_check_modules(CAPSTONE REQUIRED capstone>=4.0.2)
include_directories(${CAPSTONE_INCLUDE_DIRS})
link_directories(${CAPSTONE_LIBRARY_DIRS})
diff --git a/debugger/debugger.cpp b/debugger/debugger.cpp
index bf1b4c9..b646fba 100644
--- a/debugger/debugger.cpp
+++ b/debugger/debugger.cpp
@@ -27,7 +27,7 @@ along with this program. If not, see .
#include
#include
#include
-#include
+#include
#include "../cpu/ppc/ppcdisasm.h"
#include "../cpu/ppc/ppcemu.h"
#include "../cpu/ppc/ppcmmu.h"