From dd67df95a7303aee3bed65ffa935465f20ee8b32 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期五, 22 七月 2022 15:19:55 +0800 Subject: [PATCH] merge from dev2 --- MyLib/Utils.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MyLib/Utils.cpp b/MyLib/Utils.cpp index 0cbc2ac..059fc8f 100644 --- a/MyLib/Utils.cpp +++ b/MyLib/Utils.cpp @@ -1,4 +1,5 @@ -#include "StdAfx.h" +#include "pch.h" +//#include "StdAfx.h" #include "Utils.h" #include <list> #include <regex> -- Gitblit v1.9.1