Skip to content

Commit 804f568

Browse files
committed
fix ofSerial for windows?
1 parent 6b9a8b1 commit 804f568

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/openFrameworks/communication/ofSerial.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#pragma once
22

33
// MARK: ofConstants targets
4-
//#include "ofConstants.h"
4+
#include "ofConstants.h"
5+
56
#include <string>
67
#include <vector>
78

0 commit comments

Comments
 (0)