//----------------------------------------------------------------------------- // Basler pylon SDK // Copyright (c) 2008-2021 Basler AG // http://www.baslerweb.com // Author: JS //----------------------------------------------------------------------------- /*! \file \brief Master include for the PylonUtility library */ #ifndef PYLONUTILITIESINCLUDES_H_INCLUDED__ #define PYLONUTILITIESINCLUDES_H_INCLUDED__ #include #include #include #include #include #include #include #if defined(PYLON_WIN_BUILD) // windows only headers # include # include #endif #include #if defined (PYLON_WIN_BUILD) && !defined (PYLON_NO_AUTO_IMPLIB) # include # pragma comment(lib, PYLON_LIB_NAME( "PylonUtility" )) #endif #endif