Skip to content

Commit 13ab8b4

Browse files
committed
Moving JuceHeader.h in ZmqLogger.h, to come after system libraries (to prevent error on Mac related to Point declaration)
1 parent e66a75e commit 13ab8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ZmqLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#define OPENSHOT_LOGGER_H
3030

3131

32-
#include "JuceHeader.h"
3332
#include <iostream>
3433
#include <iomanip>
3534
#include <fstream>
@@ -40,6 +39,7 @@
4039
#include <time.h>
4140
#include <zmq.hpp>
4241
#include <unistd.h>
42+
#include "JuceHeader.h"
4343

4444

4545
using namespace std;

0 commit comments

Comments
 (0)