From 4ad324bfedd4e08a65f613debe91f95e80f233c1 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 8 Sep 2022 01:49:36 -0500 Subject: [PATCH] screw you clangd extension --- src/gui/gui.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 1911ceb1..fb197e31 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -17,7 +17,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include +// I hate you clangd extension! +// how about you DON'T insert random headers before this freaking important +// define!!!!!! #define _USE_MATH_DEFINES #include "gui.h" #include "util.h"