headers: set correct paths to header files (#7245)

This commit is contained in:
Mathis H. 2024-08-09 14:51:21 +00:00 committed by GitHub
parent 4b4971c06f
commit fd1d4e288e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,8 @@
#include "math/Math.hpp"
#include <vector>
#include <format>
#include "SharedDefs.hpp"
#include "macros.hpp"
#include "../SharedDefs.hpp"
#include "../macros.hpp"
struct SCallstackFrameInfo {
void* adr = nullptr;