Skip to content

Commit

Permalink
Add header to fix windows issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Jul 11, 2024
1 parent 9bb1de7 commit da48d7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tiledb/api/c_api/attribute/test/unit_capi_attribute.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#include "../../../c_api_test_support/testsupport_capi_datatype.h"
#include "../../filter_list/filter_list_api_internal.h"
#include "../attribute_api_external.h"
#include "tiledb/sm/c_api/tiledb.h"

using namespace tiledb::api::test_support;

TEST_CASE(
Expand Down
2 changes: 2 additions & 0 deletions tiledb/api/c_api/dimension/test/unit_capi_dimension.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#include "../../../c_api_test_support/testsupport_capi_datatype.h"
#include "../../filter_list/filter_list_api_internal.h"
#include "../dimension_api_internal.h"
#include "tiledb/sm/c_api/tiledb.h"

using namespace tiledb::api::test_support;

TEST_CASE(
Expand Down
2 changes: 1 addition & 1 deletion tiledb/api/c_api/domain/test/unit_capi_domain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
*/
#define CATCH_CONFIG_MAIN
#include <test/support/tdb_catch.h>

#include "../../../c_api_test_support/testsupport_capi_context.h"
#include "../domain_api_external.h"
#include "../domain_api_internal.h"
#include "tiledb/sm/c_api/tiledb.h"

using namespace tiledb::api::test_support;

Expand Down

0 comments on commit da48d7a

Please sign in to comment.