Skip to content

Commit

Permalink
Merge pull request #171 from errollgarner/fixedigtlH264onlinux
Browse files Browse the repository at this point in the history
added stdint.h to compile igtlH264 on linux
  • Loading branch information
leochan2009 authored Feb 6, 2018
2 parents 269c68b + b1c21da commit f7a9447
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 f7a9447

Please sign in to comment.