fix missing include <cstdarg> (#27831)

This commit is contained in:
ntegan1
2023-04-07 14:00:57 -04:00
committed by GitHub
parent 409bfcacb7
commit 0b6f7be993
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include "common/statlog.h"
#include "common/util.h"
#include <cstdarg>
#include <stdio.h>
#include <mutex>
#include <zmq.h>

View File

@@ -5,6 +5,7 @@
#include "common/swaglog.h"
#include <cassert>
#include <cstdarg>
#include <cstring>
#include <limits>
#include <mutex>