From 4c8ea574f04bef606e490980d02c9f885e2adf4f Mon Sep 17 00:00:00 2001 From: Lynn Jarvis Date: Sat, 7 Dec 2019 17:51:08 +1030 Subject: [PATCH] Update ofxNDIsender.h remove iostream --- src/ofxNDIsender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ofxNDIsender.h b/src/ofxNDIsender.h index e589b91..2eda61c 100644 --- a/src/ofxNDIsender.h +++ b/src/ofxNDIsender.h @@ -25,6 +25,7 @@ ========================================================================= 08.07.18 - Use ofxNDIsend class + 07.12.19 - remove iostream */ #pragma once @@ -44,7 +45,6 @@ #include #include -#include // for cout #include "Processing.NDI.Lib.h" // NDI SDK #include "ofxNDIsend.h" // basic sender functions #include "ofxNDIutils.h" // buffer copy utilities