summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Log.cpp')
-rw-r--r--src/Log.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Log.cpp b/src/Log.cpp
index c325a8ed..1fb3ff24 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -14,13 +14,17 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <cstdio>
-
#include "ingen/Log.hpp"
+
+#include "ingen/ColorContext.hpp"
#include "ingen/Node.hpp"
#include "ingen/URIs.hpp"
#include "ingen/World.hpp"
-#include "ingen/ColorContext.hpp"
+#include "lv2/log/log.h"
+#include "raul/Path.hpp"
+
+#include <cstdio>
+#include <cstdlib>
namespace ingen {