mirror of https://github.com/milvus-io/milvus.git
parent
8f847884c2
commit
ef93e24da7
|
@ -8,6 +8,10 @@
|
|||
// Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "opentelemetry/sdk/version/version.h"
|
||||
#include "opentelemetry/trace/provider.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "type_c.h"
|
||||
#include "common/type_c.h"
|
||||
|
||||
void
|
||||
InitIndexSliceSize(const int64_t);
|
||||
|
|
Loading…
Reference in New Issue