Merge branch 'win32-build' into temp-fix-ptc-plus-win-build
This commit is contained in:
commit
cf5092b7fe
|
@ -2,6 +2,7 @@
|
|||
#define ARCH_DIRECT_H
|
||||
|
||||
#include <map>
|
||||
#include <array>
|
||||
|
||||
#include "vtr_vector.h"
|
||||
#include "vtr_geometry.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <cstdint>
|
||||
#include <array>
|
||||
#include "vtr_assert.h"
|
||||
|
||||
namespace vtr {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <fstream>
|
||||
#include <cstring>
|
||||
|
||||
#include "vtr_assert.h"
|
||||
#include "vtr_log.h"
|
||||
|
|
Loading…
Reference in New Issue