Skip to content

Commit

Permalink
Merge pull request #226 from chaoticgd/algorithm
Browse files Browse the repository at this point in the history
Add missing include directive in stdump.cpp
  • Loading branch information
chaoticgd authored Aug 9, 2024
2 parents deb06f7 + 9c2ee44 commit c3919e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stdump.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// This file is part of the Chaos Compiler Collection.
// SPDX-License-Identifier: MIT

#include <algorithm>

#include "ccc/ccc.h"
#include "platform/file.h"
#define HAVE_DECL_BASENAME 1
Expand Down

0 comments on commit c3919e1

Please sign in to comment.