Change-Id: I44728aad6cd9391e6ec521f035a342bd2ec33f9e
#include <memory>
#include <string.h>
#include <stdlib.h>
+#include <stdexcept>
#include <media_packet.h>
int mv_create_source_c(mv_source_h *source_ptr)
return MEDIA_VISION_ERROR_INTERNAL;
}
return MEDIA_VISION_ERROR_NONE;
-}
\ No newline at end of file
+}
#include <memory>
#include <json-glib/json-glib.h>
+#include <stdexcept>
#include <dlog.h>
namespace mediavision
} /* Inference */
} /* MediaVision */
-#endif
\ No newline at end of file
+#endif