- include proper headers for std::find.

This commit is contained in:
Christoph Oelckers 2016-12-25 19:25:19 +01:00
parent 2ce55e5416
commit 663b305eec
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
#include <zlib.h>
#include <new>
#include <algorithm>
#include <forward_list>
#include <sys/stat.h>
#include <sys/types.h>
#include <cassert>

View file

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <math.h>
#include <algorithm>
#include "templates.h"