From 91eb42a390e143087eea261ea57a86b5fc8d32e8 Mon Sep 17 00:00:00 2001
From: 夜雨飘零 <yeyupiaoling@foxmail.com>
Date: 星期三, 13 九月 2023 09:30:38 +0800
Subject: [PATCH] add python http code (#940)

---
 funasr/runtime/onnxruntime/src/alignedmem.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/onnxruntime/src/alignedmem.cpp b/funasr/runtime/onnxruntime/src/alignedmem.cpp
index d3e4b82..9c7d323 100644
--- a/funasr/runtime/onnxruntime/src/alignedmem.cpp
+++ b/funasr/runtime/onnxruntime/src/alignedmem.cpp
@@ -1,4 +1,6 @@
 #include "precomp.h"
+
+namespace funasr {
 void *AlignedMalloc(size_t alignment, size_t required_bytes)
 {
     void *p1;  // original block
@@ -16,3 +18,4 @@
 {
     free(((void **)p)[-1]);
 }
+} // namespace funasr
\ No newline at end of file

--
Gitblit v1.9.1