Add some std namespaces to get tests building.

I guess a rogue header had previously been using the std namespace.
This commit is contained in:
Joe Thornber
2017-07-24 15:40:17 +01:00
parent 2c6278ed4b
commit 467be1a69e
4 changed files with 14 additions and 10 deletions

View File

@ -2,6 +2,10 @@
#include "persistent-data/space-maps/core.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
using namespace persistent_data;
using namespace std;
using namespace test;