Skip to content
Snippets Groups Projects
Commit d8911269 authored by Marcus D. Hanwell's avatar Marcus D. Hanwell
Browse files

COMP: Fix compilation failures with GCC 4.7.

It seems that intptr_t has moved into stdint.h.

Change-Id: I1a1d2cfb4b9bff3033b73d202faf801285bdeba5
parent 8f3f91ac
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@
// The embedded fonts
#include "fonts/vtkEmbeddedFonts.h"
#include <stdint.h>
#ifdef FTGL_USE_NAMESPACE
using namespace ftgl;
#endif
......
......@@ -31,6 +31,7 @@
#include "fonts/vtkEmbeddedFonts.h"
#include <sys/stat.h>
#include <stdint.h>
#ifdef FTGL_USE_NAMESPACE
using namespace ftgl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment