use forward slashes

This commit is contained in:
Irlan 2019-04-01 13:25:25 -03:00
parent 2e4b7004c9
commit cca8ccad32

View File

@ -27,7 +27,7 @@
#define PROFILE_JSON 0
#if (PROFILE_JSON == 1)
#include <testbed\framework\json_profiler.h>
#include <testbed/framework/json_profiler.h>
#endif
class Test;