Skip to content

Commit

Permalink
Added missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Sep 26, 2017
1 parent 0d83137 commit 21af690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/clpp11.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <memory> // std::shared_ptr
#include <numeric> // std::accumulate
#include <cstring> // std::strlen
#include <cstdio> // fprintf, stderr

// OpenCL
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS // to disable deprecation warnings
Expand Down
1 change: 1 addition & 0 deletions test/correctness/tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <vector>
#include <iostream>
#include <cmath>
#include <cstdio>
#include <cstdlib>

#include "test/correctness/tester.hpp"
Expand Down

0 comments on commit 21af690

Please sign in to comment.