mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
10 lines
237 B
Diff
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 {
|