From 7c2838bd8586ce6d4682896ed4d7243876ca003e Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 28 Dec 2013 20:45:04 +0100 Subject: [PATCH] Added missing include to annotation.cpp --- pv/data/decode/annotation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp index e17dcb51..b8061cab 100644 --- a/pv/data/decode/annotation.cpp +++ b/pv/data/decode/annotation.cpp @@ -22,6 +22,8 @@ extern "C" { #include } +#include + #include "annotation.h" using namespace std; -- 2.30.2