修改头文件修复编译错误

This commit is contained in:
2024-03-23 19:48:16 +08:00
parent 4746178a62
commit 83c7a1fc7d
16 changed files with 42 additions and 17 deletions

View File

@@ -1,5 +1,7 @@
#include "singleton_manager.h"
#include <cstdint>
#include "singleton.h"
bool singleton_initliazer::has_init(singleton* s) {