Skip to content

Commit

Permalink
fixed missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Mar 22, 2013
1 parent ad0b821 commit 54e383d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opencl/program.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
\******************************************************************************/ \******************************************************************************/


#include <vector> #include <vector>
#include <cstring>


#include "cppa/opencl/program.hpp" #include "cppa/opencl/program.hpp"
#include "cppa/opencl/command_dispatcher.hpp" #include "cppa/opencl/command_dispatcher.hpp"
Expand Down

0 comments on commit 54e383d

Please sign in to comment.