This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix(CAPI):
✏️
fix some missing headers
tags/0.1.0
DragonAura
3 years ago
parent
b07882c7fd
commit
fff080d8b4
3 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CAPI/cpp/API/include/state.h
+2
-0
CAPI/cpp/API/include/structures.h
+2
-0
CAPI/cpp/API/include/utils.hpp
+ 1
- 0
CAPI/cpp/API/include/state.h
View File
@@ -5,6 +5,7 @@
#include <vector>
#include <array>
#include <map>
#include <memory>
#include "structures.h"
+ 2
- 0
CAPI/cpp/API/include/structures.h
View File
@@ -5,6 +5,8 @@
#include <cstdint>
#include <array>
#include <map>
#include <vector>
#include <string>
namespace THUAI6
{
+ 2
- 0
CAPI/cpp/API/include/utils.hpp
View File
@@ -5,6 +5,8 @@
#include <cstdint>
#include <cmath>
#include <map>
#include <vector>
#include "Message2Clients.pb.h"
#include "Message2Server.pb.h"
#include "MessageType.pb.h"
Write
Preview
Loading…
Cancel
Save