Skip to content

Commit

Permalink
libnixf/Basic: #include<string> for Nodes.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Feb 9, 2024
1 parent ced2b48 commit a3c9be5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libnixf/src/Basic/Nodes.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "nixf/Basic/Nodes.h"

#include <string>

namespace nixf {

[[nodiscard]] const char *Node::name(NodeKind Kind) {
Expand Down

0 comments on commit a3c9be5

Please sign in to comment.