Commit f16ace9c authored by shssf's avatar shssf Committed by Robert Kimball

GPU backend. Fix compilation on Ubuntu 18. std::iota requires <numeric> header (#1669)

parent 19b2e90a
......@@ -21,6 +21,7 @@
#include <cuda_runtime.h>
#include <cudnn.h>
#include <iostream>
#include <numeric>
#include <nvrtc.h>
#include <set>
#include <string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment