diff options
Diffstat (limited to 'ndb/include/util/NdbAutoPtr.hpp')
-rw-r--r-- | ndb/include/util/NdbAutoPtr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/util/NdbAutoPtr.hpp b/ndb/include/util/NdbAutoPtr.hpp index 2078714d98d..c01650ffc7e 100644 --- a/ndb/include/util/NdbAutoPtr.hpp +++ b/ndb/include/util/NdbAutoPtr.hpp @@ -17,7 +17,7 @@ #ifndef __NDB_AUTO_PTR_HPP #define __NDB_AUTO_PTR_HPP -#include <stdlib.h> +#include <ndb_global.h> template<typename T> class NdbAutoPtr { |