Skip to content

Commit 7a66b87

Browse files
Paweł Andruszkiewiczrennox
Paweł Andruszkiewicz
authored andcommitted
Fix Windows builds
Change-Id: Ibf7febf5c9d502a310ee312daad79cff0de919dd
1 parent 1111d99 commit 7a66b87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysqlshdk/libs/ssh/ssh_common.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2024, Oracle and/or its affiliates.
2+
* Copyright (c) 2021, 2025, Oracle and/or its affiliates.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2.0,
@@ -28,6 +28,7 @@
2828

2929
#include <errno.h>
3030
#include <atomic>
31+
#include <chrono>
3132
#include <condition_variable>
3233
#include <cstring>
3334
#include <exception>

0 commit comments

Comments
 (0)