Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
70cb017b
Commit
70cb017b
authored
Mar 09, 2022
by
Rob Swindell
💬
Browse files
I think type_traits header is technically required for static_assert()
Does this fix the FreeBSD/clang build?
parent
a31ddd50
Pipeline
#2862
failed with stage
in 10 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/encode/pascal_types.hpp
src/encode/pascal_types.hpp
+1
-0
No files found.
src/encode/pascal_types.hpp
View file @
70cb017b
...
...
@@ -22,6 +22,7 @@
#include <climits>
#include <cstdint>
#include <algorithm> // std::min
#include <type_traits>
#include "gen_defs.h"
#include "xpendian.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment