commit | 6b1ec062591e02856a1d2e39c67826cca333dd0d | [log] [tgz] |
---|---|---|
author | brettw <brettw@8873c55e-713a-0410-88f8-23d9c3d90b1b> | Mon Aug 20 17:29:48 2012 |
committer | brettw <brettw@8873c55e-713a-0410-88f8-23d9c3d90b1b> | Mon Aug 20 17:29:48 2012 |
tree | 589f7a8d420579d84c352f4f29bc0fe87a9ca68d | |
parent | 6094b3c0eec40ab478c97678d9045600698131d6 [diff] |
Add a missing include. git-svn-id: http://google-url.googlecode.com/svn/trunk@177 8873c55e-713a-0410-88f8-23d9c3d90b1b
diff --git a/base/string16.cc b/base/string16.cc index fc25809..eee3e77 100644 --- a/base/string16.cc +++ b/base/string16.cc
@@ -28,6 +28,8 @@ #include "base/string16.h" +#include <string.h> + #ifdef WIN32 #error This file should not be used on 2-byte wchar_t systems