Skip to content
Snippets Groups Projects
Commit a445eae3 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix slash in include

parent 5d015008
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
#ifndef KWIKFORMAT_H_INCLUDED
#define KWIKFORMAT_H_INCLUDED
#include <OpenEphysHDF5Lib\HDF5FileFormat.h>
#include <OpenEphysHDF5Lib/HDF5FileFormat.h>
using namespace OpenEphysHDF5;
struct KWIKRecordingInfo
......@@ -134,4 +134,4 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(KWXFile);
};
#endif
\ No newline at end of file
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment