Must also include cstdarg for va_start etc al

This commit is contained in:
Isaac Connor 2021-02-09 23:31:25 -05:00
parent 9879a40c4b
commit 8f783c0ec4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "zm_config.h"
#include "zm_logger.h"
#include <algorithm>
#include <cstdarg>
#include <cstring>
#include <fcntl.h> /* Definition of AT_* constants */
#include <sstream>