From 114eb3a5671b14ae3ea49c4a49ef9956a7e32f88 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 20 Jun 2020 07:05:08 -0700 Subject: [PATCH] ircd::spirit: Add simd.h to spirit pch. --- include/ircd/spirit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ircd/spirit.h b/include/ircd/spirit.h index ad18916b2..048883a4f 100644 --- a/include/ircd/spirit.h +++ b/include/ircd/spirit.h @@ -21,6 +21,7 @@ // ircd.h is included here so that it can be compiled into this header. Then // this becomes the single leading precompiled header. #include +#include // Disables asserts in spirit headers even when we're NDEBUG due to // some false asserts around boolean character tests in spirit.