Skip to content

Commit af673e7

Browse files
committed
Fix missing include in Arctic controller from 4e14f03
* Missing standard library `algorithm` preventing Windows CI/CD builds from completing.
1 parent d16ec6f commit af673e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Controllers/ArcticController/ArcticController.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
\*-----------------------------------------*/
88

99
#pragma once
10+
#include <algorithm>
11+
1012
#include "RGBController.h"
1113
#include "serial_port.h"
1214

0 commit comments

Comments
 (0)