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
inull 2020-12-04 10:11:16 +08:00 committed by GitHub
parent 4f74a68f87
commit ae787457b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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