Skip to content

Commit 82398ef

Browse files
author
Eddie
committed
.h
1 parent c25704d commit 82398ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/zoo/algorithm/quicksort.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <array> // for temporary storage
99
#include <stdexcept>
10-
#include <ciso646>
10+
#include <iso646.h>
1111

1212
namespace zoo {
1313

0 commit comments

Comments
 (0)