Skip to content

Commit

Permalink
Add include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
lrw04 committed Sep 5, 2023
1 parent f489d44 commit d8a3e4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layer/linearint8.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
// specific language governing permissions and limitations under the License.

#ifndef LAYER_LINEARINT8_H
#define LAYER_LINEARINT8_H

#include "layer.h"

namespace ncnn {
Expand All @@ -35,3 +38,5 @@ class LinearInt8 : public Layer
};

} // namespace ncnn

#endif // LAYER_LINEARINT8_H

0 comments on commit d8a3e4e

Please sign in to comment.