Skip to content

Commit 43a1fbb

Browse files
committed
Add missing cassert include to activations.h
1 parent 127a8cd commit 43a1fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NAM/activations.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cassert>
34
#include <string>
45
#include <cmath> // expf
56
#include <unordered_map>

0 commit comments

Comments
 (0)