Skip to content

Commit

Permalink
step1: fix compile error2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkpworkspace committed Oct 22, 2023
1 parent b1c9b86 commit ece1828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example_worker_interactive_with_3rd_frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All rights reserved.
Author: 李柯鹏 <likepeng0418@163.com>
****************************************************************************/
#include "myframe/config.h"
#include "myframe/platform.h"
#if defined(MYFRAME_OS_LINUX) || defined(MYFRAME_OS_ANDROID)
#include <poll.h>
#endif
Expand All @@ -14,7 +16,6 @@ Author: 李柯鹏 <likepeng0418@163.com>

#include <glog/logging.h>

#include "myframe/config.h"
#include "myframe/common.h"
#include "myframe/msg.h"
#include "myframe/cmd_channel.h"
Expand Down

0 comments on commit ece1828

Please sign in to comment.