From edac787bf7ddf9bd033cd7bbca21717f3dacbf6e Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Wed, 26 Jan 2022 23:48:52 +0100 Subject: [PATCH] Fix compiler error caused by merge from separate branch --- r5dev/core/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/core/stdafx.h b/r5dev/core/stdafx.h index 745ef240..9e3cfef7 100644 --- a/r5dev/core/stdafx.h +++ b/r5dev/core/stdafx.h @@ -57,7 +57,7 @@ #include "public/include/json.hpp" #include "core/assert.h" -#include "core/assert.h" +#include "core/termutil.h" #include "common/pseudodefs.h" #include "tier0/basetypes.h"