添加头文件宏

This commit is contained in:
xiongziliang 2019-05-31 09:06:30 +08:00
parent d85e19fb74
commit 0428507509
1 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,9 @@
// Created by xzl on 2017/12/1. // Created by xzl on 2017/12/1.
// //
#ifndef SRC_SHELL_SHELLCMD_H_
#define SRC_SHELL_SHELLCMD_H_
#include "Util/CMD.h" #include "Util/CMD.h"
#include "Common/MediaSource.h" #include "Common/MediaSource.h"
using namespace toolkit; using namespace toolkit;
@ -88,7 +91,6 @@ public:
} }
}; };
} /* namespace mediakit */
#endif //SRC_SHELL_SHELLCMD_H_
} /* namespace mediakit */