Skip to content

Commit

Permalink
fix build (#79)
Browse files Browse the repository at this point in the history
std::remove_if require algorithm header file
  • Loading branch information
mattn authored Oct 16, 2024
1 parent c94b4e3 commit 5dc33a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/translator/tree/Tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by the MIT license that can be found in
// the LICENSE file.

#include <algorithm>
#include <functional>
#include <iostream>
#include <memory>
Expand Down

0 comments on commit 5dc33a1

Please sign in to comment.