Skip to content

Commit

Permalink
Include <string> in libflowparser
Browse files Browse the repository at this point in the history
Summary: Generally if you use `std::string` you must include `string`.

Reviewed By: mroch

Differential Revision: D8350217

fbshipit-source-id: a1dedc8721d45d3e216cc1e5bf0f8548abb613c2
  • Loading branch information
adamjernst authored and facebook-github-bot committed Jun 11, 2018
1 parent fa0ec71 commit 73df001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/libflowparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define CAML_NAME_SPACE

#include <map>
#include <string>
#include <caml/alloc.h>
#include <caml/mlvalues.h>
#include <caml/memory.h>
Expand Down

0 comments on commit 73df001

Please sign in to comment.