Fix building of targets using f14_hash with modules
Summary:
This fixes building of targets such as `folly:dynamic` that contain `F14Map.h`
includes with modules (`mode/dev-mod`). Previously they failed with the
following error:
```
folly/container/F14Map.h:37:10: error: use of private header from outside its
module: 'folly/container/F14Map-pre.h' [-Wprivate-header]
^
```
Reviewed By: shixiao
Differential Revision: D9144188
fbshipit-source-id: 0476f88ce2373c8b9fbf148a2e0532ff92b2477a
Showing
Please register or sign in to comment