Fix cpp lint (#22955)

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
Jiquan Long 2023-03-24 11:23:59 +08:00 committed by GitHub
parent 8f847884c2
commit ef93e24da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -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);