mirror of https://github.com/milvus-io/milvus.git
fix(cache): add pragma once in header
Former-commit-id: cb9b838950c536fa4a582c92cf0df634c0780764pull/191/head
parent
9adc7bdf82
commit
372adf6c80
|
@ -3,6 +3,7 @@
|
|||
// Unauthorized copying of this file, via any medium is strictly prohibited.
|
||||
// Proprietary and confidential.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#pragma once
|
||||
|
||||
#include "CacheMgr.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue