Changeset 93412 in webkit


Ignore:
Timestamp:
Aug 19, 2011 8:29:08 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Fix compilation issue in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=66554

Patch by Amruth Raj <amruthraj@motorola.com> on 2011-08-19
Reviewed by Martin Robinson.

  • WebKitTestRunner/PixelDumpSupport.cpp:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r93405 r93412  
     12011-08-19  Amruth Raj  <amruthraj@motorola.com>
     2
     3        Fix compilation issue in WebKitTestRunner
     4        https://bugs.webkit.org/show_bug.cgi?id=66554
     5
     6        Reviewed by Martin Robinson.
     7
     8        * WebKitTestRunner/PixelDumpSupport.cpp:
     9
    1102011-08-19  Adam Roben  <aroben@apple.com>
    211
  • trunk/Tools/WebKitTestRunner/PixelDumpSupport.cpp

    r93355 r93412  
    3131
    3232#include "CyclicRedundancyCheck.h"
     33#include <cstdio>
    3334
    3435static void appendIntToVector(unsigned number, Vector<unsigned char>& vector)
Note: See TracChangeset for help on using the changeset viewer.