Skip to content

Commit

Permalink
added stdint.h to compile igtlH264 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
errollgarner committed Feb 5, 2018
1 parent 269c68b commit b1c21da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/VideoStreaming/igtlH264Encoder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
*/
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <signal.h>
Expand Down

0 comments on commit b1c21da

Please sign in to comment.