From 9c65b4f4178f4b4ba776d54230d2dcf9e56e40a8 Mon Sep 17 00:00:00 2001 From: Jeremy Rotsztain Date: Fri, 6 Nov 2015 11:40:16 -0800 Subject: [PATCH] fix with second linkage of GetProcessInformation in OF 0.8.4 --- src/ofxDSHapVideoPlayer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ofxDSHapVideoPlayer.cpp b/src/ofxDSHapVideoPlayer.cpp index 0811039..c215d25 100755 --- a/src/ofxDSHapVideoPlayer.cpp +++ b/src/ofxDSHapVideoPlayer.cpp @@ -6,6 +6,7 @@ //This code is free to be used in any manner with or without attribution. //No warrenty is offered or implied. +#include "ofMain.h" #include #include #include