leadedge / ofxNDI

An Openframeworks addon to allow sending and receiving images over a network using the NewTek Network Device Protocol.
GNU General Public License v3.0
134 stars 48 forks source link

missing std:: for TARGET_LINUX #16

Closed revilo196 closed 4 years ago

revilo196 commented 4 years ago

ofxNDIdynloader::Load()

revilo196 commented 4 years ago

Hi, ofxNDI is what I needed for my long halted Project ! Awesome work!

This is just a fixing a small error I get when compiling for LINUX_TARGET. I hope could help.

leadedge commented 4 years ago

Hey @revilo196. Well spotted. It's nice to see that this will get your project going. Thanks are due to @dropmeaword for his work on the dynamic loader and Linux. I missed the "std::" requirements because I only build for Windows. I have merged your correction and will check it through in case anything else is missing.