From a445eae368fabb352aad6aab0a38763425f580d5 Mon Sep 17 00:00:00 2001 From: Aaron Cuevas Lopez <aacuelo@teleco.upv.es> Date: Wed, 21 Sep 2016 17:29:40 -0700 Subject: [PATCH] Fix slash in include --- Source/Plugins/KWIKFormat/RecordEngine/KWIKFormat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/KWIKFormat/RecordEngine/KWIKFormat.h b/Source/Plugins/KWIKFormat/RecordEngine/KWIKFormat.h index 324d637d9..8501f4673 100644 --- a/Source/Plugins/KWIKFormat/RecordEngine/KWIKFormat.h +++ b/Source/Plugins/KWIKFormat/RecordEngine/KWIKFormat.h @@ -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 -- GitLab