From bc401fa392c937a8935adeaacab11b1d6525ca00 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 21 Sep 2023 10:41:42 +0100 Subject: [PATCH] Fix wrong import due to grep-replace --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c6b6e74bf..fca1341e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -85,7 +85,7 @@ gb_global Timings global_timings = {0}; #include "llvm_backend.cpp" #if defined(GB_SYSTEM_OSX) - #include + #include #if LLVM_VERSION_MAJOR < 11 #error LLVM Version 11+ is required => "brew install llvm@11" #endif