Skip to content

Commit 3620baf

Browse files
committed
Replace <exception> with <stdexcept>
1 parent d4dd9c7 commit 3620baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/async_postgres.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
#include <algorithm>
77
#include <chrono>
8-
#include <exception>
98
#include <memory>
109
#include <queue>
10+
#include <stdexcept>
1111
#include <string_view>
1212
#include <variant>
1313
#include <vector>

0 commit comments

Comments
 (0)