include missing header

This commit is contained in:
wmayer
2019-09-01 17:25:42 +02:00
parent 0641ca0d1e
commit 598faf9ad2
2 changed files with 2 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
#include <fcntl.h>
#include <assert.h>
#include <array>
#include <vector>
#include <list>
#include <set>

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <array>
# include <cmath>
# include <cstdlib>
# include <sstream>