Guard new includes.

This commit is contained in:
Alex Voicu
2018-10-18 12:29:27 +01:00
parent fe959f7bd7
commit e66a75ea55
4 changed files with 22 additions and 5 deletions
@@ -27,7 +27,11 @@ THE SOFTWARE.
// automatic data management capabilities - instead the programmer
// takes the reins and controls when copies are executed.
#include <hc/hc.hpp>
#if defined(HC_NEXT)
#include <hc/hc.hpp>
#else
#include <hc.hpp>
#endif
int main(int argc, char* argv[]) {
int sizeElements = 1000000;