Merge pull request #8087 from spycrab/cmake_win2019

Support CMake on Windows
This commit is contained in:
spycrab
2019-05-14 21:07:26 +02:00
committed by GitHub
20 changed files with 217 additions and 33 deletions

View File

@ -4,6 +4,7 @@
#pragma once
#include <algorithm>
#include <cmath>
#include <memory>
#include <string>