Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
/MyFolder/../../../boost_1_42_0/boost/gil/extension/io/jpeg_dynamic_io.hpp:31: In file included from ../../../boost_1_42_0/boost/gil/extension/io/jpeg_dynamic_io.hpp:31, |
IDE: Qt Creator 1.3.1
Project type: Qt4 Console Application
Selected required modules: QtCore
Boost version: 1.42.0
The following code caused the error:
#include <boost/gil/extension/io/jpeg_dynamic_io.hpp> |
The compiler takes you to the following code in /MyFolder/boost_1_42_0/boost/gil/extension/io/jpeg_io.hpp:
#include <cstdio> |
The following project file was used:
#------------------------------------------------- |
Try #including the default header file:
#include <boost/gil/gil_all.hpp> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.