diff options
Diffstat (limited to 'include/olm/memory.hh')
-rw-r--r-- | include/olm/memory.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/olm/memory.hh b/include/olm/memory.hh index 128990a..74ff9f8 100644 --- a/include/olm/memory.hh +++ b/include/olm/memory.hh @@ -1,4 +1,4 @@ -/* Copyright 2015 OpenMarket Ltd +/* Copyright 2015, 2016 OpenMarket Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,9 @@ #include <cstddef> #include <cstdint> #include <cstring> +#include <iomanip> +#include <iostream> +#include <sstream> #include <type_traits> namespace olm { |