Skip to content

Commit

Permalink
Merge pull request #11388 from jamiesnape/implicit-instantiation-of-u…
Browse files Browse the repository at this point in the history
…ndefined-template-std-array

Fix implicit instantiation of undefined template std::array from libc++
  • Loading branch information
jamiesnape authored May 6, 2019
2 parents 83a0e32 + 5a095b7 commit d81d0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geometry/query_results/surface_mesh.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <array>
#include <utility>
#include <vector>

Expand Down

0 comments on commit d81d0a9

Please sign in to comment.