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

@@ -17,7 +17,7 @@
#include <concrt.h>
#include <future>
#include <memory>
#include <assert.h>
#include <cassert>
#include <functional>
#include <string>
#include <sstream>