From 11bd53f655b1c60b553d9420fab969d3b6a0c00e Mon Sep 17 00:00:00 2001 From: admiswalker Date: Mon, 28 Mar 2022 06:20:01 +0900 Subject: [PATCH] fix include bug --- sstd/src/time/sleep.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sstd/src/time/sleep.hpp b/sstd/src/time/sleep.hpp index 3456cfea..48f3423b 100755 --- a/sstd/src/time/sleep.hpp +++ b/sstd/src/time/sleep.hpp @@ -1,7 +1,7 @@ #pragma once #include "../typeDef.h" -#include "../compileOption.hpp" +#include "../../compileOption.hpp" #ifndef use_sstd_gcc4_4_7 #include namespace sstd{