Skip to content

Commit 9c5a225

Browse files
committed
Add missing C++ header in example
1 parent 584991a commit 9c5a225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/autograd.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <af/autograd.h>
1111
#include <af/nn.h>
1212

13+
#include <iostream>
14+
1315
#define VERIFY(VAL) do { \
1416
auto res = af::allTrue<bool>(af::abs(VAL) < 1E-5); \
1517
printf("%s:%d %s\n", __FUNCTION__, __LINE__, \

0 commit comments

Comments
 (0)