Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
4f209d9f
Commit
4f209d9f
authored
Sep 16, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing ifdef
parent
18e86a7f
Pipeline
#2807
passed with stage
in 29 minutes and 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/Unittests/unittests_vector_type.cc
src/Unittests/unittests_vector_type.cc
+3
-0
No files found.
src/Unittests/unittests_vector_type.cc
View file @
4f209d9f
...
...
@@ -2,7 +2,10 @@
#include <Unittests/unittests_common.hh>
#include <iostream>
#include <list>
#if (defined(_MSC_VER) && (_MSC_VER >= 1900)) || __cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <cstdint>
#endif
namespace
{
...
...
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