Skip to content

Commit 805472b

Browse files
errollgarnerleochan2009
authored andcommitted
added stdint.h to compile igtlH264 on linux
1 parent f3bfc51 commit 805472b

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)