[reflection] Use coop handles for MonoMethod icalls (#4272)
[mono.git] / mono / io-layer / io-trace.h
index 51f60f453343b5bb14bd6848ba3580ec1f533cf4..e65fdc345a336f6c846e577b47b359a85c393813 100644 (file)
@@ -5,6 +5,7 @@
  *  Marek Habersack <grendel@twistedcode.net>
  *
  * Copyright 2016 Xamarin, Inc (http://xamarin.com/)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #ifndef __IO_TRACE_H
@@ -12,6 +13,7 @@
 #ifdef DISABLE_IO_LAYER_TRACE
 #define MONO_TRACE(...)
 #else
+#include "mono/utils/mono-logger-internals.h"
 #define MONO_TRACE(...) mono_trace (__VA_ARGS__)
 #endif