Skip to content
Snippets Groups Projects
Commit 70cb017b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

I think type_traits header is technically required for static_assert()

Does this fix the FreeBSD/clang build?
parent a31ddd50
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2862 failed
......@@ -22,6 +22,7 @@
#include <climits>
#include <cstdint>
#include <algorithm> // std::min
#include <type_traits>
#include "gen_defs.h"
#include "xpendian.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment