Use cstdarg instead of stdarg.h

This commit is contained in:
Brian Callahan 2017-06-25 15:56:08 -04:00 committed by Michał Janiszewski
parent fe8f949b3f
commit e5d305f9e7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#pragma once
#include <stdarg.h>
#include <cstdarg>
#include <string>
#include <vector>
#include "../common.h"