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

boost::shared_ptr -> std::shared_ptr

This commit is contained in:
Eelco Dolstra 2014-03-30 00:49:23 +01:00
parent 9becaa041f
commit 1c2550a2ae
13 changed files with 38 additions and 1467 deletions

View file

@ -6,6 +6,7 @@
#include "globals.hh"
#include "eval-inline.hh"
#include <algorithm>
#include <cstring>
#include <unistd.h>
#include <sys/time.h>