update the includes in the tests to get rid of the deprecated warnings

This commit is contained in:
Mario Werner
2016-01-30 22:33:37 +01:00
parent 62ac1d98a4
commit fee52f79b8
9 changed files with 10 additions and 10 deletions

View File

@ -29,7 +29,7 @@
#include <cstdio>
#include <string>
#include "posix.h"
#include <cppformat/posix.h>
enum {BUFFER_SIZE = 256};