OSDN Git Service

[Add] プリコンパイルヘッダに<memory>ヘッダを追加する
authorHabu <habu1010+github@gmail.com>
Mon, 26 Apr 2021 15:34:11 +0000 (00:34 +0900)
committerHabu <habu1010+github@gmail.com>
Mon, 26 Apr 2021 15:34:11 +0000 (00:34 +0900)
src/stdafx.h

index ff2f37b..c9e5c2d 100644 (file)
@@ -5,6 +5,7 @@
 #include <iterator>
 #include <functional>
 #include <map>
+#include <memory>
 #include <queue>
 #include <sstream>
 #include <stack>