Turns out one of the includes was needed

This commit is contained in:
Jeremy 2023-11-18 23:39:59 -06:00
parent 6da8ee0773
commit 88319b13a7
No known key found for this signature in database
GPG Key ID: B4C8300FEC395042

View File

@ -7,6 +7,7 @@
#include "../utils/error.hpp"
#include "../binary/object.hpp"
#include "../utils/utils.hpp"
#include "../utils/program_name.hpp" // For CPPTRACE_MAX_PATH
#include <algorithm>
#include <cstdint>