Skip to content

Commit 2dad595

Browse files
authored
Merge pull request #58 from obszczymucha/master
Fix compilation error.
2 parents cd4708e + cd6e485 commit 2dad595

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)