Skip to content

Commit 0713768

Browse files
committed
Fix include path slashes
1 parent f85b119 commit 0713768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/CoreServices.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define CORESERVICES_H_INCLUDED
2626

2727
#include "../JuceLibraryCode/JuceHeader.h"
28-
#include "Processors\PluginManager\OpenEphysPlugin.h"
28+
#include "Processors/PluginManager/OpenEphysPlugin.h"
2929

3030
class GenericEditor;
3131
struct SpikeObject;

0 commit comments

Comments
 (0)