diff options
Diffstat (limited to 'Source/WTF/WTF.pro')
-rw-r--r-- | Source/WTF/WTF.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WTF/WTF.pro b/Source/WTF/WTF.pro index 69d994c56..b117b0d2d 100644 --- a/Source/WTF/WTF.pro +++ b/Source/WTF/WTF.pro @@ -34,6 +34,7 @@ HEADERS += \ DateMath.h \ DecimalNumber.h \ Decoder.h \ + DataLog.h \ Deque.h \ DisallowCType.h \ dtoa.h \ @@ -171,6 +172,7 @@ SOURCES += \ CryptographicallyRandomNumber.cpp \ CurrentTime.cpp \ DateMath.cpp \ + DataLog.cpp \ DecimalNumber.cpp \ dtoa.cpp \ dtoa/bignum-dtoa.cc \ |