Skip to content

Commit

Permalink
Update ofxNDIsender.h
Browse files Browse the repository at this point in the history
remove iostream
  • Loading branch information
leadedge committed Dec 7, 2019
1 parent 29f8f04 commit 4c8ea57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofxNDIsender.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
=========================================================================
08.07.18 - Use ofxNDIsend class
07.12.19 - remove iostream
*/
#pragma once
Expand All @@ -44,7 +45,6 @@

#include <stdio.h>
#include <string>
#include <iostream> // for cout
#include "Processing.NDI.Lib.h" // NDI SDK
#include "ofxNDIsend.h" // basic sender functions
#include "ofxNDIutils.h" // buffer copy utilities
Expand Down

0 comments on commit 4c8ea57

Please sign in to comment.