Commit 4c80aac6 authored by kelvinrr's avatar kelvinrr
Browse files

more fixes for conda-forge

parent 8d496aad
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
#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>