Add missed CMake include for check_include_file
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Thu, 4 Apr 2013 07:04:51 +0000 (11:04 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Thu, 4 Apr 2013 07:04:51 +0000 (11:04 +0400)
Issue #2820

cmake/OpenCVFindLibsGrfmt.cmake

index 08af604..33e428b 100644 (file)
@@ -116,6 +116,7 @@ if(WITH_PNG AND NOT IOS)
   else()
     include(FindPNG)
     if(PNG_FOUND)
+      include(CheckIncludeFile)
       check_include_file("${PNG_PNG_INCLUDE_DIR}/png.h"        HAVE_PNG_H)
       check_include_file("${PNG_PNG_INCLUDE_DIR}/libpng/png.h" HAVE_LIBPNG_PNG_H)
       if(HAVE_PNG_H)