Skip to content

Commit f7a9447

Browse files
authored
Merge pull request #171 from errollgarner/fixedigtlH264onlinux
added stdint.h to compile igtlH264 on linux
2 parents 269c68b + b1c21da commit f7a9447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/VideoStreaming/igtlH264Encoder.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
*/
4545
#define _CRT_SECURE_NO_WARNINGS
4646
#include <stdio.h>
47+
#include <stdint.h>
4748
#include <string.h>
4849
#include <assert.h>
4950
#include <signal.h>

0 commit comments

Comments
 (0)