]> gcc.gnu.org Git - gcc.git/commitdiff
* src/locale-inst.cc: Include <bits/std_cstdlib.h>
authorJeff Law <law@redhat.com>
Sat, 22 Dec 2001 00:39:43 +0000 (17:39 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 22 Dec 2001 00:39:43 +0000 (17:39 -0700)
From-SVN: r48259

libstdc++-v3/ChangeLog
libstdc++-v3/src/locale-inst.cc

index cc6c0317d679a5c3691e3c87ab01b4fcb19ea265..7198acf928d1e28679283a904046f0ab607ee442 100644 (file)
@@ -1,5 +1,7 @@
 Fri Dec 21 17:35:21 2001  Jeffrey A Law  (law@redhat.com)
 
+       * src/locale-inst.cc: Include <bits/std_cstdlib.h>
+
        * configure.target: Fix typo in hpux case.
 
 2001-12-21  Paolo Carlini  <pcarlini@unitus.it>
index 0688db9104db0388b76e0df3bdede4f3a61ee1b8..2cbd5065377e0d303e8d0d161411ab21a7814911 100644 (file)
@@ -31,6 +31,7 @@
 // ISO C++ 14882: 22.1  Locales
 //
 
+#include <bits/std_cstdlib.h>
 #include <bits/std_clocale.h>
 #include <bits/std_cstring.h>
 #include <bits/std_cassert.h>
This page took 0.075491 seconds and 5 git commands to generate.