Skip to content
Snippets Groups Projects
Commit 68d8d61b authored by Ian Bell's avatar Ian Bell
Browse files

Replace missing header

parent c8b5c0f2
Branches inv/fom-costs2
No related tags found
No related merge requests found
#include "nlohmann/json.hpp"
#include <set>
namespace teqp{
inline auto all_same_length(const nlohmann::json& j, const std::vector<std::string>& ks) {
std::set<decltype(j[0].size())> lengths;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment