Skip to content

Commit

Permalink
Add missing include in perf_fill.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jszuppe committed Feb 8, 2016
1 parent 247b89c commit e85f4ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perf/perf_fill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// See http://boostorg.github.com/compute for more information.
//---------------------------------------------------------------------------//

#include <iostream>

#include <boost/compute/system.hpp>
#include <boost/compute/algorithm/fill.hpp>
#include <boost/compute/container/vector.hpp>
Expand Down

0 comments on commit e85f4ba

Please sign in to comment.