Skip to content

Commit

Permalink
Include missing '<optional>' header in 'Resolver.h'
Browse files Browse the repository at this point in the history
Signed-off-by: David Longnecker <[email protected]>
  • Loading branch information
dlongnecke-cray committed Oct 3, 2024
1 parent c354d1a commit 2b9ea9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/lib/resolution/Resolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"

#include <optional>

namespace chpl {
namespace resolution {

Expand Down

0 comments on commit 2b9ea9c

Please sign in to comment.