Skip to content

Commit ad0d4d2

Browse files
committed
JavaCL: fixed tutorial compilation (issue #304)
1 parent df2a1cd commit ad0d4d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tutorials/Simple/src/main/resources/archetype-resources/src/main/java/JavaCLTutorial1.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import com.nativelibs4java.opencl.util.*;
66
import com.nativelibs4java.util.*;
77
import org.bridj.Pointer;
8+
import java.nio.ByteOrder;
89
import static org.bridj.Pointer.*;
910
import static java.lang.Math.*;
1011
import java.io.IOException;

Tutorials/Simple/src/main/resources/archetype-resources/src/main/java/JavaCLTutorial2.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import com.nativelibs4java.opencl.util.*;
66
import com.nativelibs4java.util.*;
77
import org.bridj.Pointer;
8+
import java.nio.ByteOrder;
89
import static org.bridj.Pointer.*;
910
import static java.lang.Math.*;
1011
import java.io.IOException;

0 commit comments

Comments
 (0)