header inclusions required for MinGW windows build

This commit is contained in:
coolbreeze413 2022-06-29 07:03:38 +05:30
parent 3f0e53c960
commit 9fd8c02e13
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define ARCH_DIRECT_H
#include <map>
#include <array>
#include "vtr_vector.h"
#include "vtr_geometry.h"

View File

@ -4,6 +4,7 @@
#include <algorithm>
#include <limits>
#include <cstdint>
#include <array>
#include "vtr_assert.h"
namespace vtr {

View File

@ -2,6 +2,7 @@
#include <cmath>
#include <memory>
#include <fstream>
#include <cstring>
#include "vtr_assert.h"
#include "vtr_log.h"