Skip to content

Commit

Permalink
Fix compile failed due to missed header file
Browse files Browse the repository at this point in the history
Summary:
trivial issue :)
Fixes #125
Closes #126

Reviewed By: elsteveogrande

Differential Revision: D7496545

Pulled By: yfeldblum

fbshipit-source-id: 37baeba4e4f5f2fdfc3b730dae2ff898085ef840
  • Loading branch information
daoye.ch authored and facebook-github-bot committed Apr 4, 2018
1 parent eea9248 commit ecf0f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fatal/type/data_member_getter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <fatal/type/sequence.h>
#include <fatal/type/tag.h>

#include <memory>
#include <type_traits>
#include <utility>

Expand Down

0 comments on commit ecf0f5c

Please sign in to comment.