diff options
author | lloyd <[email protected]> | 2014-01-18 23:00:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-18 23:00:53 +0000 |
commit | d5354c1c3ee0067dd35ca253d4b8914f870cea75 (patch) | |
tree | 09dce01e5489528a2fe1874547ae97effccdd746 /src/lib/utils | |
parent | 700ae0440c1fac65a218fc2ae5883bdc63683f08 (diff) |
More unique_ptr, and pull <memory> all the way up to types.h
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/types.h b/src/lib/utils/types.h index 1fd54e060..253aaa66a 100644 --- a/src/lib/utils/types.h +++ b/src/lib/utils/types.h @@ -12,6 +12,7 @@ #include <botan/assert.h> #include <cstddef> #include <cstdint> +#include <memory> /** * The primary namespace for the botan library |