Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Qt] Fix build after r123917
https://bugs.webkit.org/show_bug.cgi?id=92555

Unreviewed.

* wtf/GregorianDateTime.h: Needs string.h for memset().

Canonical link: https://commits.webkit.org/110359@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@123925 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Caio Marcelo de Oliveira Filho committed Jul 27, 2012
1 parent 91dbd56 commit c82297a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/WTF/ChangeLog
@@ -1,3 +1,12 @@
2012-07-27 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>

[Qt] Fix build after r123917
https://bugs.webkit.org/show_bug.cgi?id=92555

Unreviewed.

* wtf/GregorianDateTime.h: Needs string.h for memset().

2012-07-27 Paweł Forysiuk <tuxator@o2.pl>

MinGW build fails because of missing header in GregorianDateTime.h
Expand Down
1 change: 1 addition & 0 deletions Source/WTF/wtf/GregorianDateTime.h
Expand Up @@ -25,6 +25,7 @@
#ifndef WTF_GregorianDateTime_h
#define WTF_GregorianDateTime_h

#include <string.h>
#include <time.h>
#include <wtf/Noncopyable.h>

Expand Down

0 comments on commit c82297a

Please sign in to comment.