Fix for build with sigc++ >= 2.5.2

This commit is contained in:
Marcin Bajor
2015-10-14 10:43:33 +02:00
parent 33182f743c
commit 17eca17e61
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
#include "thresholdadjuster.h"
#include <sigc++/class_slot.h>
#include <sigc++/slot.h>
#include <cmath>
#include "multilangmgr.h"
#include "../rtengine/rtengine.h"