1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/openvino/fix-missing-include.patch
2022-03-01 14:00:11 +01:00

10 lines
237 B
Diff

--- a/inference-engine/src/plugin_api/ie_system_conf.h
+++ b/inference-engine/src/plugin_api/ie_system_conf.h
@@ -10,6 +10,7 @@
#pragma once
#include "ie_api.h"
+#include <exception>
#include <vector>
namespace InferenceEngine {