Skip to content

Commit 23f3389

Browse files
committed
xdbf_wrapper: resolve missing dependencies
1 parent 699c078 commit 23f3389

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

PowerUtils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project("PowerUtils")
2-
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")
2+
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")
33

44
target_include_directories(PowerUtils PUBLIC .)
55
target_link_libraries(PowerUtils PUBLIC disasm)

PowerUtils/xdbf_wrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <vector>
34
#include "xdbf.h"
45

56
struct Achievement

0 commit comments

Comments
 (0)