Replace old C headers with the C++ ones (#1099)

This commit is contained in:
pi1024e
2020-03-23 11:44:06 -04:00
committed by GitHub
parent 2d7133f5b7
commit 475aafdbc4
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
#include <windows.h>
#include <collection.h>
#include <ppltasks.h>
#include <assert.h>
#include <cassert>
#include <concrt.h>
#include <string>
#include <bitset>