Skip to content

Commit 038333c

Browse files
author
Andreas Ringlstetter
committed
Correct includes for Iterator header
1 parent d6b632f commit 038333c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/dbcppp/Iterator.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
21
#pragma once
32

4-
#include <functional>
5-
#include <optional>
3+
#include <iterator>
64

75
namespace dbcppp
86
{

0 commit comments

Comments
 (0)