Skip to content
Snippets Groups Projects
Commit 69b7b934 authored by Franck Galpin's avatar Franck Galpin
Browse files

add fwd decl to solve build issue when AC0196 macro off

parent 40ac4f09
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,12 @@ ...@@ -50,6 +50,12 @@
#include <fstream> #include <fstream>
using namespace std; using namespace std;
namespace sadl {
template<typename T> class Model;
template<typename T> class Tensor;
}
class EncNNFilter class EncNNFilter
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment