ImBuf: Fix compilation error with latest OIIO

Latest OIIO libraries are using Boost libraries from the public headers.
This commit is contained in:
Sergey Sharybin 2015-06-03 21:34:42 +05:00
parent ffaf271ab9
commit fb92c553f1
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ set(SRC
if(WITH_OPENIMAGEIO)
list(APPEND INC_SYS
${OPENIMAGEIO_INCLUDE_DIRS}
${BOOST_INCLUDE_DIR}
)
add_definitions(-DWITH_OPENIMAGEIO)
endif()