Commit 0dacff87 authored by Mark Meredith's avatar Mark Meredith
Browse files

Include <array> explicitly for MSVC

parent 32fd9998
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#ifndef CSG_TYPES_H_
#define CSG_TYPES_H_

#include <array>
#include <memory>
#include <optional>
#include <tuple>
+1 −1
Original line number Diff line number Diff line
lib_csg_parser = library(
lib_csg_parser = static_library(
  'csg-parser',
  'impl/csg.cpp',
  'impl/levelset_3d.cpp',
+1 −1
Original line number Diff line number Diff line
lib_inputs_parser = library(
lib_inputs_parser = static_library(
  'inputs-parser',
  'geometry.cpp',
  'mesh.cpp',