From b1c21da0410405c97f431fdc0e30024fd2f74dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20L=C3=A9ger?= <17100565+errollgarner@users.noreply.github.com> Date: Mon, 5 Feb 2018 14:08:53 -0500 Subject: [PATCH] added stdint.h to compile igtlH264 on linux --- Source/VideoStreaming/igtlH264Encoder.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/VideoStreaming/igtlH264Encoder.cxx b/Source/VideoStreaming/igtlH264Encoder.cxx index 8423f4e2a..a24050c24 100644 --- a/Source/VideoStreaming/igtlH264Encoder.cxx +++ b/Source/VideoStreaming/igtlH264Encoder.cxx @@ -44,6 +44,7 @@ */ #define _CRT_SECURE_NO_WARNINGS #include +#include #include #include #include