Skip to content

Commit

Permalink
This commit fixes a build error coming from
Browse files Browse the repository at this point in the history
a missing exceptions-related include

ONE-DCO-1.0-Signed-off-by: Tomasz Dołbniak <[email protected]>
  • Loading branch information
Tomasz Dolbniak committed Oct 3, 2024
1 parent 8753418 commit 87e4600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compute/cker/include/cker/operation/RmsNorm.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "cker/Utils.h"

#include <cmath>
#include <stdexcept>

namespace nnfw
{
Expand Down

0 comments on commit 87e4600

Please sign in to comment.