merge https://github.com/facebook/folly/pull/88
authordungcoi <dungcoivb@gmail.com>
Thu, 18 Sep 2014 16:19:57 +0000 (09:19 -0700)
committerDave Watson <davejwatson@fb.com>
Thu, 18 Sep 2014 16:45:01 +0000 (09:45 -0700)
Summary:
merge https://github.com/facebook/folly/pull/88, missing install header

Looks like fbthrift build needs this

Test Plan: watch jenkins build still works

Reviewed By: ckwalsh@fb.com

Subscribers: doug, njormrod

FB internal diff: D1563651

folly/Makefile.am

index 346ee87ac495f67538156882c4e2b5fb7608c45c..119922e9bce1788d0e314ed04d5ab498bd9ff023 100644 (file)
@@ -175,6 +175,7 @@ nobase_follyinclude_HEADERS = \
        Uri.h \
        Uri-inl.h \
        Varint.h \
+       VersionCheck.h \
        wangle/Executor.h \
        wangle/Future-inl.h \
        wangle/Future.h \