Merge branch 'win32-build' into temp-fix-ptc-plus-win-build

This commit is contained in:
coolbreeze413 2022-06-30 18:27:30 +05:30
commit cf5092b7fe
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"