Skip to content

Commit

Permalink
This commit fixes a build error coming from a missing exceptions-rela…
Browse files Browse the repository at this point in the history
…ted 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 b6125e5
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 b6125e5

Please sign in to comment.