summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index a9ed460c2..f85d68aa0 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -83,6 +83,7 @@
#include <cstdlib>
#include <climits>
#include <cassert>
+#include <memory>
#ifndef SIZE_MAX
#define SIZE_MAX ((size_t)-1)