/** * @file pch.h * @author Charles B. Owen * * Do not modify this file! */ #ifndef MACHINEDEMO_PCH_H #define MACHINEDEMO_PCH_H #include #ifndef WX_PRECOMP #include #endif #endif //MACHINEDEMO_PCH_H