Skip to content

Commit 0675852

Browse files
committed
Fix build.
1 parent eac4c83 commit 0675852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SerialPrograms/Source/ML/Models/ML_ONNXRuntimeHelpers.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <iostream>
99
#include <onnxruntime_cxx_api.h>
10+
#include "Common/Compiler.h"
1011
#include "ML_ONNXRuntimeHelpers.h"
1112

1213
namespace PokemonAutomation{
@@ -70,4 +71,4 @@ void print_model_input_output_info(const Ort::Session& session){
7071
}
7172

7273
}
73-
}
74+
}

0 commit comments

Comments
 (0)