From 3cfe9aeb67de41ee56393da58724ce38ad4aaad5 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 25 Jun 2023 14:52:01 -0600 Subject: [PATCH] build: fix build with PCH disabled --- tests/test_bsputil.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_bsputil.cc b/tests/test_bsputil.cc index 40f25b04..268102dd 100644 --- a/tests/test_bsputil.cc +++ b/tests/test_bsputil.cc @@ -6,6 +6,8 @@ #include #include +#include + #include "testmaps.hh" #include "test_qbsp.hh"