Skip to content

Commit cd6e485

Browse files
committed
Fix compilation error.
1 parent cd4708e commit cd6e485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeFormatServer/src/Protocol/ProtocolBuffer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "CodeFormatServer/Protocol/ProtocolBuffer.h"
22
#include <cstring>
3+
#include <algorithm>
34

45
ProtocolBuffer::ProtocolBuffer(std::size_t capacity)
56
: _writeIndex(0),

0 commit comments

Comments
 (0)