Skip to content

Commit 53969bc

Browse files
committed
Fix IWYU
1 parent 61236ee commit 53969bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/prop/prop_conv_solver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Author: Daniel Kroening, [email protected]
99
#include "prop_conv_solver.h"
1010

1111
#include <algorithm>
12-
#include <chrono>
12+
#include <chrono> // IWYU pragma: keep
1313

1414
#include "literal_expr.h"
1515

0 commit comments

Comments
 (0)