From 23f3389171d76a702ed87d89ccdc507a558ff268 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:28:58 +0000 Subject: [PATCH] xdbf_wrapper: resolve missing dependencies --- PowerUtils/CMakeLists.txt | 2 +- PowerUtils/xdbf_wrapper.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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