1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00

Add possibly missing <string> include

This commit is contained in:
John Ericson 2020-06-29 21:21:27 +00:00
parent ded6589953
commit 24da034bc3

View file

@ -4,6 +4,7 @@
#include <list>
#include <set>
#include <string>
#include <map>
#include <vector>