
/**
* @file common.h
*
* @brief The file contains all the includes for the plugin (Standard, iView X SDK and Boost library)
**/ 


/*!
Standard includes
*/
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <iostream>
using namespace std;


/*!
iView X SDK
*/
#include "..\lib\iViewXAPI.h"


/*!
Boost thread and mutex
*/
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/bind.hpp>
