Move logger to common/logging/common.h

This commit is contained in:
Robbert van der Helm
2020-12-01 21:13:31 +01:00
parent a55fbb0daf
commit 2230b5099f
9 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include <iostream>
#include <memory>
#include "../common/logging.h"
#include "../common/logging/common.h"
#include "bridges/vst2.h"
#define VST_EXPORT __attribute__((visibility("default")))