diff --git a/PowerUtils/CMakeLists.txt b/PowerUtils/CMakeLists.txt index eab65da..57f9c7c 100644 --- a/PowerUtils/CMakeLists.txt +++ b/PowerUtils/CMakeLists.txt @@ -1,5 +1,5 @@ project("PowerUtils") -add_library(PowerUtils "disasm.h" "disasm.cpp" "file.h" "xex.cpp" "image.h" "image.cpp" "elf.h" "ppc_context.h" "symbol.h" "symbol_table.h" "section.h") +add_library(PowerUtils "disasm.h" "disasm.cpp" "file.h" "xex.cpp" "image.h" "image.cpp" "elf.h" "ppc_context.h" "symbol.h" "symbol_table.h" "section.h" "xdbf_wrapper.cpp") target_include_directories(PowerUtils PUBLIC .) target_link_libraries(PowerUtils PUBLIC disasm) diff --git a/PowerUtils/xdbf_wrapper.h b/PowerUtils/xdbf_wrapper.h index 479f2a6..c92540a 100644 --- a/PowerUtils/xdbf_wrapper.h +++ b/PowerUtils/xdbf_wrapper.h @@ -1,5 +1,6 @@ #pragma once +#include #include "xdbf.h" struct Achievement