Commit 2023e794 authored by Asier Gutierrez's avatar Asier Gutierrez Committed by Facebook Github Bot

Missing installation of detail/Singleton.h

Summary:
Makefile does not install detail/Singleton.h, which is needed by proxygen
Closes https://github.com/facebook/folly/pull/804

Reviewed By: andrewjcg

Differential Revision: D7320496

Pulled By: yfeldblum

fbshipit-source-id: 8c576fe53be8292fa51a3db50dcfaa1d1cb13b6a
parent fb0c95ee
......@@ -87,6 +87,7 @@ nobase_follyinclude_HEADERS = \
detail/PolyDetail.h \
detail/RangeCommon.h \
detail/RangeSse42.h \
detail/Singleton.h \
detail/SlowFingerprint.h \
detail/SocketFastOpen.h \
detail/StaticSingletonManager.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment