Skip to content

Commit ccf276e

Browse files
committedMar 27, 2025
Arcus failed in newer VS versions; the chrono header wasn't included.
I needed to fix this first in order to (further) work on CURA-12505
1 parent eefb123 commit ccf276e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/Socket_p.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// Copyright (c) 2022 Ultimaker B.V.
1+
// Copyright (c) 2025 UltiMaker
22
// libArcus is released under the terms of the LGPLv3 or higher.
33

44
#ifndef SOCKET_P_H
55
#define SOCKET_P_H
66

7+
#include <chrono>
78
#include <condition_variable>
89
#include <deque>
910
#include <iostream>

0 commit comments

Comments
 (0)