Skip to content

Commit 3bc6dfa

Browse files
committed
We need algorithm for std::min
Signed-off-by: Jan Losinski <[email protected]>
1 parent 4d8385c commit 3bc6dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LineBufferProxy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#ifndef LINEBUFFERPROXY_H
1111
#define LINEBUFFERPROXY_H
1212

13+
#include <algorithm>
1314
#include <Print.h>
1415

1516
template <int Buffsize, char Sep = '\n'>

0 commit comments

Comments
 (0)