Skip to content

Commit e6be416

Browse files
authored
Fix compilation error for g++ (Debian 12.2.0-14) (#2334)
1 parent 22c80b1 commit e6be416

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mlmodel/src/MILBlob/Fp8.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "MILBlob/Fp8.hpp"
77

88
#include <cmath>
9+
#include <stdexcept>
910

1011
using namespace MILBlob;
1112

modelpackage/src/utils/JsonMap.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <iostream>
1111
#include <vector>
1212
#include <string>
13+
#include <memory>
1314

1415
class JsonMapImpl;
1516

0 commit comments

Comments
 (0)