This commit is contained in:
aozhiwei 2021-04-12 10:17:16 +08:00
parent 47b344d222
commit 59d48d7b67
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "precompile.h"
#include "refreshrule.h"
#include "incubator.h"
void RefreshRule::Init()
{

View File

@ -29,7 +29,7 @@
#include "perfmonitor.h"
#include "mapinstance.h"
#include "mapmgr.h"
#include "refreshrule.h"
#include "incubator.h"
#include "framework/cpp/utils.h"