summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-02 16:07:22 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-02 16:07:22 -0500
commite2e01f7fecee9acb462071247cbcac3cd6ea3edb (patch)
tree22cdce90fbe9fcf78414eb34cdfff23cdb80a2c8 /src/lib
parentc0933daa5af1ab1bdf51b0ae380cf2e5c4f079bb (diff)
vbiparse.cpp: Add missing #include
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util/vbiparse.cpp1
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>