blob: a67cf72c3a68926fd7318101de82ec6cbc328027 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff --git a/shared_ptr.h b/shared_ptr.h
index b291449..bd23979 100755
--- a/shared_ptr.h
+++ b/shared_ptr.h
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------
-
+#include <cstdlib>
#ifndef shared_ptrH
#define shared_ptrH
//---------------------------------------------------------------------------
|