Skip to content

Commit

Permalink
more fixes for conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Nov 4, 2024
1 parent 8d496aa commit 4c80aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
path = extern/pybind11
url = ../../pybind/pybind11
branch = stable
[submodule "submodules/redis-plus-plus"]
path = submodules/redis-plus-plus
url = https://github.com/sewenew/redis-plus-plus.git
[submodule "submodules/BTree"]
path = submodules/BTree
url = https://github.com/frozenca/BTree.git
2 changes: 2 additions & 0 deletions SpiceQL/src/inventoryimpl.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include <iostream>
#include <regex>

// we need to include this to overwrite and other std::fs imports
#include <ghc/fs_std.hpp>
#include <nlohmann/json.hpp>
#include <fc/btree.h>
#include <fc/disk_btree.h>
Expand Down

0 comments on commit 4c80aac

Please sign in to comment.