/************************************************************************/
/* Copyright 2012 MBARI							*/
/************************************************************************/
/* Summary  : compiler.h						*/
/* Filename : compiler.h						*/
/* Author   : Robert Herlien						*/
/* Project  : BEDS (Benthic Event Detection System)			*/
/* $Revision$								*/
/* Created  : 04/26/2012						*/
/*									*/
/* Created to satisfy MotionApps software stack requirements		*/
/*									*/
/* MBARI provides this documentation and code "as is", with no warranty,    */
/* express or implied, of its quality or consistency. It is provided without*/
/* support and without obligation on the part of the Monterey Bay Aquarium  */
/* Research Institute to assist in its use, correction, modification, or    */
/* enhancement. This information should not be published or distributed to  */
/* third parties without specific written permission from MBARI.            */
/*									    */
/************************************************************************/
/* Modification History:						*/
/* 26apr2012 rah - created						*/
/************************************************************************/

#ifndef INCcompilerh
#define INCcompilerh	1

#include <mbariConst.h>

#endif /* INCcompilerh */
