Skip to content

Commit ee12484

Browse files
committed
Fix compile error regarding stdarg
1 parent 0825a3c commit ee12484

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.2)
22

3-
project(algorithm-visualizer VERSION 2.3.0)
3+
project(algorithm-visualizer VERSION 2.3.1)
44

55
set(CMAKE_CXX_STANDARD 11)
66

include/LogTracer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define CPP_LOGTRACER_H
33

44
#include <regex>
5+
#include <stdarg.h>
56
#include "Tracer.h"
67

78
class LogTracer : public Tracer {

0 commit comments

Comments
 (0)