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
OpenFlipper-Free
OpenFlipper-Free
Commits
017050f6
Commit
017050f6
authored
Nov 18, 2015
by
Hans-Christian Ebke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing headers for memset.
parent
caf3d5c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ACG/GL/GLState.cc
ACG/GL/GLState.cc
+1
-0
ObjectTypes/PolyLine/PolyLineT.cc
ObjectTypes/PolyLine/PolyLineT.cc
+2
-0
No files found.
ACG/GL/GLState.cc
View file @
017050f6
...
...
@@ -58,6 +58,7 @@
#include <ACG/GL/acg_glew.hh>
#include "GLState.hh"
#include <cstring>
//== NAMESPACES ===============================================================
...
...
ObjectTypes/PolyLine/PolyLineT.cc
View file @
017050f6
...
...
@@ -76,6 +76,8 @@
#include <cstdlib>
#endif
#include <cstring>
#ifdef USE_OPENMP
#include <omp.h>
#endif
...
...
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