8000 opencv: fix MotionAnalysis import error · LumiGuide/haskell-opencv@8a4e86e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a4e86e

Browse files
committed
opencv: fix MotionAnalysis import error
1 parent a4c8e2d commit 8a4e86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opencv/src/OpenCV/Video/MotionAnalysis.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import "base" Data.Word
1818
import "base" Foreign.ForeignPtr ( ForeignPtr, withForeignPtr )
1919
import "base" Foreign.Marshal.Alloc ( alloca )
2020
import "base" Foreign.Marshal.Utils ( fromBool, toBool )
21+
import "base" Foreign.Ptr ( Ptr, FunPtr )
2122
import "base" Foreign.Storable ( peek )
2223
import qualified "inline-c" Language.C.Inline as C
2324
import qualified "inline-c" Language.C.Inline.Unsafe as CU

0 commit comments

Comments
 (0)
0