Fix missing include in Arctic controller from 4e14f035
* Missing standard library `algorithm` preventing Windows CI/CD builds from completing.
This commit is contained in:
parent
d16ec6f0b1
commit
af673e7ec0
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
\*-----------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
#include <algorithm>
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "serial_port.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue