Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
17b91da5
Commit
17b91da5
authored
Sep 19, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use stdint.h for unittest
parent
90a75f0f
Pipeline
#2833
passed with stage
in 21 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/Unittests/unittests_vector_type.cc
src/Unittests/unittests_vector_type.cc
+1
-3
No files found.
src/Unittests/unittests_vector_type.cc
View file @
17b91da5
...
...
@@ -3,9 +3,7 @@
#include <iostream>
#include <list>
#if (defined(_MSC_VER) && (_MSC_VER >= 1900)) || __cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <cstdint>
#endif
#include <stdint.h>
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