Merge pull request #695 from lnis-uofu/win32-build

Add support for (MinGW gcc) Windows build
This commit is contained in:
tangxifan 2022-06-30 11:06:45 -07:00 committed by GitHub
commit fb952fa487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"