diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-03-15 09:19:59 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-03-15 14:33:27 -0600 |
| commit | 7892c39cb73de140a36a034692aebe6745c3285b (patch) | |
| tree | c027c4ea9269b3f68826c1049d011f5c2a5c60fd | |
| parent | 1398c719e3f2c741839c85203a17446ebc079c8d (diff) | |
| download | usermoji-7892c39cb73de140a36a034692aebe6745c3285b.tar.xz | |
layers: Fix core_validation compilation error
Change-Id: I1ed4fffbf607465239afbce4d7d28b11bceaa548
| -rw-r--r-- | layers/core_validation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/core_validation.h b/layers/core_validation.h index 092eaac3..8d8941f5 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -37,6 +37,7 @@ #include <vector> #include <unordered_map> #include <memory> +#include <functional> using std::vector; |
