Skip to content

Commit c42fd9f

Browse files
fix clang-diagnostic-error
1 parent 54b90d6 commit c42fd9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cppwriter/src/cppwriter.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#include "cppast/cppast.h"
77

8+
#include <algorithm>
9+
810
namespace cppcodegen {
911

1012
namespace {

0 commit comments

Comments
 (0)