Include <algorithm> for std::min and std::max

This commit is contained in:
Christian Howe 2014-08-07 21:20:16 -04:00
parent 7b878ad2e8
commit fd1e76de5d

View File

@ -23,6 +23,7 @@
#include "AgentAssert.h"
#include "../shared/DebugClient.h"
#include <string.h>
#include <algorithm>
NamedPipe::NamedPipe() :
m_readBufferSize(64 * 1024),