diff --git a/examples/example_worker_interactive_with_3rd_frame.cpp b/examples/example_worker_interactive_with_3rd_frame.cpp index 0654be2..8ff66dd 100644 --- a/examples/example_worker_interactive_with_3rd_frame.cpp +++ b/examples/example_worker_interactive_with_3rd_frame.cpp @@ -4,6 +4,8 @@ All rights reserved. Author: 李柯鹏 ****************************************************************************/ +#include "myframe/config.h" +#include "myframe/platform.h" #if defined(MYFRAME_OS_LINUX) || defined(MYFRAME_OS_ANDROID) #include #endif @@ -14,7 +16,6 @@ Author: 李柯鹏 #include -#include "myframe/config.h" #include "myframe/common.h" #include "myframe/msg.h" #include "myframe/cmd_channel.h"