Fix tests

This commit is contained in:
Eelco Dolstra 2020-08-25 10:51:14 +02:00
parent f5219f8d84
commit 24b1c2c66b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -1,9 +1,9 @@
#include "json.hh"
#include "config.hh"
#include "args.hh"
#include <sstream>
#include <gtest/gtest.h>
#include <nlohmann/json.hpp>
namespace nix {