Changeset 490 in Sophya for trunk/SophyaLib/NTools/datacards.h
- Timestamp:
- Oct 21, 1999, 5:25:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/datacards.h
r220 r490 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: datacards.h,v 1. 1.1.1 1999-04-09 17:57:55ansari Exp $3 // $Id: datacards.h,v 1.2 1999-10-21 15:25:42 ansari Exp $ 4 4 // 5 5 // Datacards, acquisition EROS II … … 20 20 #include <vector> 21 21 #include <string> 22 23 #if defined(__KCC__)24 using std::string ;25 #include <functional.h>26 #include <list.h>27 #include <vector.h>28 #endif29 22 30 23 #include "peida.h"
Note:
See TracChangeset
for help on using the changeset viewer.