fix missing include <cstdarg> (#27831)

pull/27833/head
ntegan1 2 years ago committed by GitHub
parent 409bfcacb7
commit 0b6f7be993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      common/statlog.cc
  2. 1
      common/swaglog.cc

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

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

Loading…
Cancel
Save