Skip to content

Commit 67794f9

Browse files
authored
Merge pull request #234 from jeffski/fix-settings-include-path
Fix path to Settings.h
2 parents 0960431 + 855fd85 commit 67794f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/OpenMPUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <stdlib.h>
3636
#include <string.h>
3737

38-
#include "../include/Settings.h"
38+
#include "Settings.h"
3939

4040
using namespace std;
4141
using namespace openshot;

0 commit comments

Comments
 (0)