1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

Include cpptoml for build simplicity

This commit is contained in:
Eelco Dolstra 2018-07-03 18:21:12 +02:00
parent 3b1f54cf06
commit ea3c9dab5f
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 3476 additions and 19 deletions

View file

@ -1,7 +1,7 @@
#include "primops.hh"
#include "eval-inline.hh"
#include <cpptoml.h>
#include "cpptoml/cpptoml.h"
namespace nix {