Chromium Code Reviews| Index: Source/wtf/MD5.h |
| diff --git a/Source/wtf/MD5.h b/Source/wtf/MD5.h |
| index 3caa810baa40a62831488f56d108143bb33f0503..f13b9274b1c14bbaed1569ede559c040658b3d9c 100644 |
| --- a/Source/wtf/MD5.h |
| +++ b/Source/wtf/MD5.h |
| @@ -31,11 +31,12 @@ |
| #ifndef WTF_MD5_h |
| #define WTF_MD5_h |
| -#include <wtf/Vector.h> |
| +#include "wtf/Vector.h" |
| +#include "wtf/WTFExport.h" |
| namespace WTF { |
| -class MD5 { |
| +class WTF_EXPORT MD5 { |
| public: |
| MD5(); |