Skip to content

Commit ab183d3

Browse files
author
Daniel Kroening
committed
missing #include <algorithm> for std::find_if_not
1 parent 392c765 commit ab183d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/java_bytecode/jar_file.cpp

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Author: Diffblue Ltd
77
\*******************************************************************/
88

99
#include "jar_file.h"
10+
#include "java_class_loader_limit.h"
11+
1012
#include <cctype>
11-
#include <util/suffix.h>
13+
#include <algorithm>
14+
1215
#include <util/invariant.h>
13-
#include "java_class_loader_limit.h"
16+
#include <util/suffix.h>
1417

1518
void jar_filet::initialize_file_index(java_class_loader_limitt &limit)
1619
{

0 commit comments

Comments
 (0)