From dbd1e42dfd6cd3d3b4c8240135be3011e98fe3a6 Mon Sep 17 00:00:00 2001 From: "BOOK-0CD3P8P8FE\\endur" Date: Tue, 24 Dec 2024 11:17:27 -0800 Subject: [PATCH] Fix linux build --- .gitignore | 1 + main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b6cf559..171921e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.userprefs # Build results +build [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ diff --git a/main.cpp b/main.cpp index d111670..ba59ae6 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,7 @@ #include "Fault.h" #include #include +#include // @see https://github.com/endurodave/xallocator // David Lafreniere