Commit f588dc4a authored by Tudor Bosman's avatar Tudor Bosman Committed by Facebook Github Bot

Add include files necessary to use symbolizer

Summary:
Some include files are not installed, causing including symbolizer/Symbolizer.h to fail.
Closes https://github.com/facebook/folly/pull/512

Reviewed By: philippv

Differential Revision: D4161113

Pulled By: luciang

fbshipit-source-id: 5a5f8577f8d84ba33f89073781d374b99ba37df6
parent a9adcd15
......@@ -123,11 +123,12 @@ nobase_follyinclude_HEADERS = \
experimental/ProgramOptions.h \
experimental/ReadMostlySharedPtr.h \
experimental/symbolizer/Elf.h \
experimental/symbolizer/Elf-inl.h \
experimental/symbolizer/ElfCache.h \
experimental/symbolizer/Dwarf.h \
experimental/symbolizer/LineReader.h \
experimental/symbolizer/SignalHandler.h \
experimental/symbolizer/StackTrace.cpp \
experimental/symbolizer/StackTrace.h \
experimental/symbolizer/Symbolizer.h \
experimental/Select64.h \
experimental/StringKeyedCommon.h \
......@@ -315,6 +316,7 @@ nobase_follyinclude_HEADERS = \
Random-inl.h \
Range.h \
RWSpinLock.h \
SafeAssert.h \
ScopeGuard.h \
SharedMutex.h \
Shell.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