diff options
author | 2021-01-02 16:07:22 -0500 | |
---|---|---|
committer | 2021-01-02 16:07:22 -0500 | |
commit | e2e01f7fecee9acb462071247cbcac3cd6ea3edb (patch) | |
tree | 22cdce90fbe9fcf78414eb34cdfff23cdb80a2c8 /src/lib/util/vbiparse.cpp | |
parent | c0933daa5af1ab1bdf51b0ae380cf2e5c4f079bb (diff) |
vbiparse.cpp: Add missing #include
Diffstat (limited to 'src/lib/util/vbiparse.cpp')
-rw-r--r-- | src/lib/util/vbiparse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/vbiparse.cpp b/src/lib/util/vbiparse.cpp index 50c9e70da2f..1bec08ec457 100644 --- a/src/lib/util/vbiparse.cpp +++ b/src/lib/util/vbiparse.cpp @@ -10,6 +10,7 @@ #include "vbiparse.h" #include <cmath> +#include <cstdio> #include <cstring> #include <algorithm> |