[build] missing include

This commit is contained in:
Timothy Stack 2020-09-19 13:04:21 -07:00
parent e8e89ad0fd
commit 99805c61bb
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
#include <execinfo.h>
#endif
#include <algorithm>
#include "shared_buffer.hh"
static const bool DEBUG_TRACE = false;