From: Joel Holdsworth Date: Sat, 28 Dec 2013 19:45:04 +0000 (+0100) Subject: Added missing include to annotation.cpp X-Git-Tag: pulseview-0.2.0~178 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=7c2838bd8586ce6d4682896ed4d7243876ca003e;ds=sidebyside Added missing include to annotation.cpp --- 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;