mirror of https://github.com/milvus-io/milvus.git
Convert to relative path in case user needs using this path as toolkit. (#4345)
* docs: fix c++ client development process. Signed-off-by: innerNULL <lyt697@outlook.com> * Convert to relative path in case user needs using this path as toolkit. Signed-off-by: innerNULL <lyt697@outlook.com>pull/4371/head
parent
4f74a68f87
commit
ae787457b4
|
@ -9,7 +9,7 @@
|
|||
// 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 "examples/utils/TimeRecorder.h"
|
||||
#include "./TimeRecorder.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// 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 "examples/utils/Utils.h"
|
||||
#include "./Utils.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
@ -20,7 +20,7 @@
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "examples/utils/TimeRecorder.h"
|
||||
#include "./TimeRecorder.h"
|
||||
|
||||
namespace milvus_sdk {
|
||||
|
||||
|
|
Loading…
Reference in New Issue