]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/9.cc
11.cc: Include <cstring>.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / in / wchar_t / 9.cc
index 71cc6caeee297e04e1f9520284f885a0d5b14a23..f1f06f594f1361d84e21f64fe23b1aaae6824d33 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
 
-// Copyright (C) 2003, 2005 Free Software Foundation
+// Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -23,6 +23,7 @@
 // 22.2.1.5 - Template class codecvt [lib.locale.codecvt]
 
 #include <locale>
+#include <cstring>
 #include <testsuite_hooks.h>
 
 // Need to explicitly set the state(mbstate_t) to zero.