Skip to content

Commit

Permalink
Fix compilation error for g++ (Debian 12.2.0-14) (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Quadra authored Sep 17, 2024
1 parent 22c80b1 commit e6be416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mlmodel/src/MILBlob/Fp8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "MILBlob/Fp8.hpp"

#include <cmath>
#include <stdexcept>

using namespace MILBlob;

Expand Down
1 change: 1 addition & 0 deletions modelpackage/src/utils/JsonMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <iostream>
#include <vector>
#include <string>
#include <memory>

class JsonMapImpl;

Expand Down

0 comments on commit e6be416

Please sign in to comment.