Skip to content

Commit

Permalink
fix: Adds cstdarg include (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Nov 22, 2024
2 parents a8c755c + 1ea0cc8 commit ffd41d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/conio.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __CONIO_HPP__
#define __CONIO_HPP__

#include <cstdarg>
#include <stdint.h>

/**
Expand Down Expand Up @@ -53,4 +54,4 @@ extern "C"
}
#endif

#endif
#endif

0 comments on commit ffd41d7

Please sign in to comment.