Skip to content

Commit

Permalink
Make cudnn_helper.h compile independently.
Browse files Browse the repository at this point in the history
Previously, it would depend on <memory> having already been #included,
in order to access std::shared_ptr.
  • Loading branch information
galv committed Dec 19, 2017
1 parent 67420bf commit 7091721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/nvidia/cudnn_helper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <memory>
#include <iostream>
#include <sstream>
#include <vector>
Expand Down

0 comments on commit 7091721

Please sign in to comment.