From e2e01f7fecee9acb462071247cbcac3cd6ea3edb Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 2 Jan 2021 16:07:22 -0500 Subject: vbiparse.cpp: Add missing #include --- src/lib/util/vbiparse.cpp | 1 + 1 file changed, 1 insertion(+) 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 +#include #include #include -- cgit v1.2.3