diff --git a/frameworks/tools/qt/simulator/entry/main.cpp b/frameworks/tools/qt/simulator/entry/main.cpp index 7345869..53a33c1 100644 --- a/frameworks/tools/qt/simulator/entry/main.cpp +++ b/frameworks/tools/qt/simulator/entry/main.cpp @@ -13,13 +13,15 @@ * limitations under the License. */ -#include "graphic_startup.h" #include +#include +#include "graphic_startup.h" #include "js_ability.h" #include "js_debugger_config.h" #include "main_widget.h" #include "monitor.h" -#include + + int main(int argc, char* argv[]) {