]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logicsegment.cpp
Don't use std:: in the code directly (where possible).
[pulseview.git] / pv / data / logicsegment.cpp
index 5191a3f03e76a2654202f84039e18d574898b56e..6350682f95ac2a5ae69e8c11e482fc6212914a67 100644 (file)
@@ -35,6 +35,7 @@ using std::max;
 using std::min;
 using std::pair;
 using std::shared_ptr;
+using std::vector;
 
 using sigrok::Logic;
 
@@ -298,7 +299,7 @@ uint64_t LogicSegment::get_unpacked_sample(uint64_t index) const
 }
 
 void LogicSegment::get_subsampled_edges(
-       std::vector<EdgePair> &edges,
+       vector<EdgePair> &edges,
        uint64_t start, uint64_t end,
        float min_length, int sig_index)
 {