Skip to content

Commit

Permalink
add missing header files in two test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtcyclist committed Jul 18, 2022
1 parent 6a35163 commit 10f4dbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common/datatypes/test/ValueTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "common/datatypes/Path.h"
#include "common/datatypes/Set.h"
#include "common/datatypes/Value.h"
#include "common/datatypes/ValueOps-inl.h"
#include "common/datatypes/Vertex.h"

namespace nebula {
Expand Down
3 changes: 3 additions & 0 deletions src/common/graph/tests/ResponseEncodeDecodeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

#include <vector>

#include "common/datatypes/CommonCpp2Ops.h"
#include "common/graph/AuthResponseOps-inl.h"
#include "common/graph/ExecutionResponseOps-inl.h"
#include "common/graph/GraphCpp2Ops.h"
#include "common/graph/Response.h"

Expand Down

0 comments on commit 10f4dbb

Please sign in to comment.