From ff889f16820430461dec797bb34eeab195b5e930 Mon Sep 17 00:00:00 2001 From: Emma Miler Date: Thu, 22 Dec 2022 20:05:45 +0100 Subject: Add NSGetModName (#366) * Stackinfos * Formatting * Add option for depth * Revert "Merge branch 'main' into stackinfos" This reverts commit e9e8948d2ae9ab72095eb2162de40383b7211276, reversing changes made to d1cf18f7165a9d4fbe7f8ae2f1dfacbba36e4852. * Move macros header * Add macro header to filters * Fix merge conflict mistake * Fix stuff * I hate git * create `NSGetCurrentModName` * Fix merge issues --- NorthstarDLL/logging/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'NorthstarDLL/logging/logging.h') diff --git a/NorthstarDLL/logging/logging.h b/NorthstarDLL/logging/logging.h index af20c3e8..b710915e 100644 --- a/NorthstarDLL/logging/logging.h +++ b/NorthstarDLL/logging/logging.h @@ -2,6 +2,7 @@ #include "pch.h" #include "spdlog/sinks/base_sink.h" #include "spdlog/logger.h" +#include "squirrel/squirrel.h" #include "core/math/color.h" void CreateLogFiles(); -- cgit v1.2.3