projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1f6de
)
Added missing include to annotation.cpp
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 28 Dec 2013 19:45:04 +0000
(20:45 +0100)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 28 Dec 2013 19:59:20 +0000
(20:59 +0100)
pv/data/decode/annotation.cpp
patch
|
blob
|
history
diff --git
a/pv/data/decode/annotation.cpp
b/pv/data/decode/annotation.cpp
index e17dcb5177cd73ab818d31e08a8c84d60133df15..b8061cab08ea305c120b2a7c2a673c10fa0d016b 100644
(file)
--- a/
pv/data/decode/annotation.cpp
+++ b/
pv/data/decode/annotation.cpp
@@
-22,6
+22,8
@@
extern "C" {
#include <libsigrokdecode/libsigrokdecode.h>
}
+#include <vector>
+
#include "annotation.h"
using namespace std;