summaryrefslogtreecommitdiffstats
path: root/ingen/Log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Log.hpp')
-rw-r--r--ingen/Log.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ingen/Log.hpp b/ingen/Log.hpp
index 8063d4e5..c797e00d 100644
--- a/ingen/Log.hpp
+++ b/ingen/Log.hpp
@@ -17,6 +17,8 @@
#ifndef INGEN_LOG_HPP
#define INGEN_LOG_HPP
+#include <cstdarg>
+#include <cstdio>
#include <functional>
#include <string>
@@ -25,12 +27,16 @@
#include "ingen/LV2Features.hpp"
#include "ingen/ingen.h"
#include "lv2/lv2plug.in/ns/ext/log/log.h"
+#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
+#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
namespace Ingen {
typedef boost::basic_format<char> fmt;
+class Node;
class URIs;
+class World;
class INGEN_API Log {
public: