From 00aa72166d41009bb3d03ceb9b260e7c1b8bdf6b Mon Sep 17 00:00:00 2001 From: Kalman Date: Sun, 5 Aug 2018 23:30:06 +0800 Subject: [PATCH] add header file in synthetic.cc --- src/api/synthetic.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/api/synthetic.cc b/src/api/synthetic.cc index b2b18a7..7d41451 100644 --- a/src/api/synthetic.cc +++ b/src/api/synthetic.cc @@ -11,6 +11,11 @@ // 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 "api/synthetic.h" + +#include +#include + #include #include #include @@ -23,7 +28,6 @@ #include "api/processor/points_processor.h" #include "api/processor/processor.h" #include "api/processor/rectify_processor.h" -#include "api/synthetic.h" #include "device/device.h" #define RECTIFY_PROC_PERIOD 0