Skip to content

Commit 7a0e95b

Browse files
committed
Fixed portable issue with #include.
1 parent 20c637e commit 7a0e95b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TimeFunction.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
#define OCL_GUARD_DATETIME_TIMEFUNCTION_HPP
1919

2020
#include "Ticks.hpp"
21-
#include "internal\InternalTimeFunction.hpp"
21+
#include "internal/InternalTimeFunction.hpp"
2222

2323
namespace ocl
2424
{

0 commit comments

Comments
 (0)