Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chun-Ming Chen
VTK
Commits
87679d71
Commit
87679d71
authored
Apr 05, 2012
by
Marcus D. Hanwell
Browse files
COMP: No stdint.h on Visual Studio.
Change-Id: Ib54195d356e5929b19a0ad2026b0036d5c4bfc25
parent
d8911269
Changes
2
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkFreeTypeTools.cxx
View file @
87679d71
...
...
@@ -31,7 +31,9 @@
// The embedded fonts
#include "fonts/vtkEmbeddedFonts.h"
#include <stdint.h>
#ifndef _MSC_VER
# include <stdint.h>
#endif
#ifdef FTGL_USE_NAMESPACE
using
namespace
ftgl
;
...
...
Rendering/vtkFreeTypeUtilities.cxx
View file @
87679d71
...
...
@@ -31,7 +31,9 @@
#include "fonts/vtkEmbeddedFonts.h"
#include <sys/stat.h>
#include <stdint.h>
#ifndef _MSC_VER
# include <stdint.h>
#endif
#ifdef FTGL_USE_NAMESPACE
using
namespace
ftgl
;
...
...
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