Changeset 17 for sources/src/gen_code.cc


Ignore:
Timestamp:
Apr 15, 2009, 9:03:44 AM (15 years ago)
Author:
buchmann
Message:

Fix :

  • add missing system header includes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/gen_code.cc

    r12 r17  
    3434 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    3535 */
    36 
     36#ifndef _WIN32
     37#include <linux/limits.h>
     38#else
     39#include <windows.h>
     40#endif
     41#include<cstring>
    3742#include<cstdio>
    3843#include<cstdlib>
Note: See TracChangeset for help on using the changeset viewer.