Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MinGW build fails because of missing header in GregorianDateTime.h
https://bugs.webkit.org/show_bug.cgi?id=92531

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

* wtf/GregorianDateTime.h: Include time.h

Canonical link: https://commits.webkit.org/110352@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@123917 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
pa4 authored and paroga committed Jul 27, 2012
1 parent 3093f13 commit 52e376e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Source/WTF/ChangeLog
@@ -1,3 +1,10 @@
2012-07-27 Paweł Forysiuk <tuxator@o2.pl>

MinGW build fails because of missing header in GregorianDateTime.h
https://bugs.webkit.org/show_bug.cgi?id=92531

* wtf/GregorianDateTime.h: Include time.h

2012-07-27 Jer Noble <jer.noble@apple.com>

Unreviewed build fix.
Expand Down
3 changes: 2 additions & 1 deletion Source/WTF/wtf/GregorianDateTime.h
Expand Up @@ -25,7 +25,8 @@
#ifndef WTF_GregorianDateTime_h
#define WTF_GregorianDateTime_h

#include <wtf/text/CString.h>
#include <time.h>
#include <wtf/Noncopyable.h>

namespace WTF {

Expand Down

0 comments on commit 52e376e

Please sign in to comment.