0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-27 06:18:19 +02:00

ircd::spirit: Add simd.h to spirit pch.

This commit is contained in:
Jason Volk 2020-06-20 07:05:08 -07:00
parent 67dec89155
commit 114eb3a567

View file

@ -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 <ircd/ircd.h>
#include <ircd/simd.h>
// Disables asserts in spirit headers even when we're NDEBUG due to
// some false asserts around boolean character tests in spirit.