Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed Apr 20, 2018
1 parent 4a4bc77 commit 6509ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions eyes-two/src/main/jni/opticalflow/feature_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// Various feature detecting functions.

#include <float.h>
#include <string.h>

#include "utils.h"
#include "time_log.h"
Expand Down
2 changes: 2 additions & 0 deletions eyes-two/src/main/jni/opticalflow/optical_flow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

// Author: Andrew Harp

#include <string.h>

#include "utils.h"
#include "time_log.h"

Expand Down

0 comments on commit 6509ff4

Please sign in to comment.