Changeset 6905 for trunk/include


Ignore:
Timestamp:
Oct 1, 2001, 3:14:42 AM (24 years ago)
Author:
bird
Message:

Watcom: include odin.h to get min/max.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ccollection.h

    r5841 r6905  
    1 /* $Id: ccollection.h,v 1.4 2001-05-30 18:29:44 phaller Exp $ */
     1/* $Id: ccollection.h,v 1.5 2001-10-01 01:14:42 bird Exp $ */
    22
    33/*
     
    2323#include <limits.h>
    2424#include <math.h>
    25 
     25#include <odin.h>                       /* Watcom needs max/min... */
    2626
    2727class CCollection
Note: See TracChangeset for help on using the changeset viewer.