Added #include <cassert>

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@15 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
aandrei 2002-05-04 22:54:37 +00:00
parent a56aa452c5
commit 1b9fb1665e

View file

@ -8,7 +8,7 @@
// purpose is hereby granted without fee, provided that the above copyright
// notice appear in all copies and that both that copyright notice and this
// permission notice appear in supporting documentation.
// The author or Addison-Welsey Longman make no representations about the
// The author or Addison-Wesley Longman make no representations about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
@ -32,6 +32,7 @@
#include "static_check.h"
#include <functional>
#include <stdexcept>
#include <cassert>
namespace Loki
{
@ -1188,6 +1189,7 @@ namespace std
////////////////////////////////////////////////////////////////////////////////
// Change log:
// June 20, 2001: ported by Nick Thurn to gcc 2.95.3. Kudos, Nick!!!
// December 09, 2001: Included <cassert>
////////////////////////////////////////////////////////////////////////////////
#endif // SMARTPTR_INC_