Skip to content

Commit

Permalink
fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin committed Jun 10, 2024
1 parent 6460d69 commit fbb604e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ast/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* - <souffle root>/licenses/SOUFFLE-UPL.txt
*/
#include "ast/Node.h"

#include <algorithm>
#include <utility>

namespace souffle::ast {
Expand Down

0 comments on commit fbb604e

Please sign in to comment.