Просмотр исходного кода

fix(grpc_BS):fix the compile error about GaussProjCal() function.

孙嘉城 3 лет назад
Родитель
Сommit
a5ea140a8c

+ 2 - 0
src/driver/driver_cloud_grpc_client_BS/driver_cloud_grpc_client_BS.pro

@@ -19,6 +19,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
 unix:system("./protomake.sh")
 
 SOURCES += \
+        ../../common/common/math/gnss_coordinate_convert.cpp \
         VehicleControl.grpc.pb.cc \
         VehicleControl.pb.cc \
         VehicleControl_service.grpc.pb.cc \
@@ -71,6 +72,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
 
 
 HEADERS += \
+        ../../common/common/math/gnss_coordinate_convert.h \
         VehicleControl.grpc.pb.h \
         VehicleControl.pb.h \
         VehicleControl_service.grpc.pb.h \