Skip to content

Commit

Permalink
SpectrumAnalyzer - include boost/make_shared to fix compilation problems
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Suciu <[email protected]>
  • Loading branch information
adisuciu committed May 29, 2017
1 parent f1b5eb4 commit e203ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FftDisplayPlot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "signal_generator.hpp"
#include "average.h"

#include <boost/make_shared.hpp>
using namespace adiscope;

FftDisplayPlot::FftDisplayPlot(int nplots, QWidget *parent) :
Expand Down
1 change: 1 addition & 0 deletions src/spectrum_analyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include "ui_spectrum_analyzer.h"
#include "ui_channel.h"

#include <boost/make_shared.hpp>
#include <iio.h>
#include <iostream>

Expand Down

0 comments on commit e203ffa

Please sign in to comment.