From 9c4576a00f0f35dd9aaf2ac4e809e53a7cc9a4fc Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 13 Oct 2017 16:12:33 +0200 Subject: [PATCH] Necessary comments. --- src/Simulator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simulator.hpp b/src/Simulator.hpp index 867f8d7..a19ce28 100644 --- a/src/Simulator.hpp +++ b/src/Simulator.hpp @@ -10,6 +10,7 @@ #include "utils.hpp" #include "LayerData.hpp" +// Forward declare caffe::net so we don't have to include it here. namespace caffe { template