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

@@ -18,7 +18,7 @@
*/
#include "tonecurve.h"
#include "adjuster.h"
#include <sigc++/class_slot.h>
#include <sigc++/slot.h>
#include <iomanip>
#include "ppversion.h"
#include "edit.h"