Skip to content

Commit

Permalink
Experiment with std::format export [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Nov 25, 2024
1 parent 3f8c4aa commit 5c6c484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def run(self):
"src/tiledbsoma/soma_group.cc",
"src/tiledbsoma/soma_collection.cc",
"src/tiledbsoma/managed_query.cc",
"src/tiledbsoma/soma_column.cc",
"src/tiledbsoma/pytiledbsoma.cc",
],
include_dirs=INC_DIRS,
Expand Down
1 change: 1 addition & 0 deletions libtiledbsoma/src/soma/soma_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include "enums.h"
#include "logger_public.h"
#include "managed_query.h"
#include "soma_column.h"
#include "soma_object.h"

// ================================================================
Expand Down

0 comments on commit 5c6c484

Please sign in to comment.