aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/loghooks.cpp
diff options
context:
space:
mode:
authorEmma Miler <emma.pi@protonmail.com>2022-12-11 22:57:18 +0100
committerGitHub <noreply@github.com>2022-12-11 22:57:18 +0100
commit08c30b23cdda07fe5564030f8c55b9becc460566 (patch)
tree00c34a14fa6bb36caa4c7def8dae673eab16516b /NorthstarDLL/loghooks.cpp
parent013548a64babbf97b07e9c4436117f0da5c07e43 (diff)
downloadNorthstarLauncher-08c30b23cdda07fe5564030f8c55b9becc460566.tar.gz
NorthstarLauncher-08c30b23cdda07fe5564030f8c55b9becc460566.zip
Log function lookup failure on Call (#355)
* Log function lookup failure on Call * Formatting * Update squirrel.cpp * format
Diffstat (limited to 'NorthstarDLL/loghooks.cpp')
-rw-r--r--NorthstarDLL/loghooks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/loghooks.cpp b/NorthstarDLL/loghooks.cpp
index 316d34ae..a352f4c1 100644
--- a/NorthstarDLL/loghooks.cpp
+++ b/NorthstarDLL/loghooks.cpp
@@ -6,6 +6,7 @@
#include "bitbuf.h"
#include "nsprefix.h"
#include "tier0.h"
+#include "squirrel.h"
#include <iomanip>
#include <sstream>