Fix two more includes

This commit is contained in:
Jeremy 2023-11-18 23:42:49 -06:00
parent 88319b13a7
commit 327a6e8318
No known key found for this signature in database
GPG Key ID: B4C8300FEC395042
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <sys/wait.h>
#endif
#include "../platform/object.hpp"
#include "../binary/object.hpp"
namespace cpptrace {
namespace detail {

View File

@ -2,7 +2,7 @@
#include "unwind.hpp"
#include "../utils/common.hpp"
#include "../error.hpp"
#include "../utils/error.hpp"
#include "../utils/utils.hpp"
#include <algorithm>