#ifndef NODE_CLR_H_
#define NODE_CLR_H_

#include <vector>
#include <queue>
#include <vcclr.h>
#include <v8.h>
#include <node.h>
#include <node_object_wrap.h>
#include <node_buffer.h>
#include <nan.h>

#using <mscorlib.dll>
#using <System.dll>
#using <System.Core.dll>

#include "Marshal.h"
#include "CLRObject.h"
#include "CLRBinder.h"
#include "V8Function.h"
#include "V8Delegate.h"
#include "V8InvocationException.h"

#endif