Skip to content

Commit

Permalink
[build] Add cstdio include
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed May 20, 2023
1 parent 07f8bb6 commit 85a7a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sc-memory/sc-memory/scs/ASTJsonListener.hpp
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

#include "antlr4-runtime.h"

#include <cstdio>
#include "nlohmann/json.hpp"
using ScJson = nlohmann::json;

0 comments on commit 85a7a71

Please sign in to comment.