File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed
Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class TypeDescriptor;
3131#include < baseType.h>
3232#include < sdai.h>
3333#include < STEPundefined.h>
34- #include < string.h >
34+ #include < string>
3535
3636// class SCLP23(Application_instance);
3737// #define S_ENTITY_NULL &NilSTEPentity
Original file line number Diff line number Diff line change 1919#endif
2020
2121#include < errordesc.h>
22- #include < string.h >
22+ #include < string>
2323#include < read_func.h>
2424
2525class SCLundefined {
Original file line number Diff line number Diff line change 11
2- #include < string.h >
2+ #include < string>
33
44class Select {
55 public:
Original file line number Diff line number Diff line change 55
66/*
77*/
8- #include < string.h >
8+ #include < string>
99#include < sdai.h>
1010
1111#include < errordesc.h>
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ extern const char *SCLversion;
2929#include < ctype.h>
3030// #include <stdio.h>
3131// #include <strstream.h>
32+ #include < string>
3233
33- #include < string.h>
3434
3535#ifdef PART26
3636// Change the name of the include file defining the defs for Bool and Logical
@@ -44,7 +44,6 @@ extern const char *SCLversion;
4444
4545#include < baseType.h>
4646#include < Str.h>
47- #include < string.h>
4847#include < errordesc.h>
4948
5049typedef std::string Express_id;
Original file line number Diff line number Diff line change 11#ifndef SDAIBINARY_H
22#define SDAIBINARY_H 1
33
4+ #include < string>
5+
46/*
57* NIST STEP Core Class Library
68* clstepcore/sdaiBinary.h
Original file line number Diff line number Diff line change 1616#include < ExpDict.h>
1717#include < sstream>
1818// #include <STEPentity.h>
19- #include < string.h >
19+ #include < string>
2020#include < sdai.h>
2121#include < STEPattribute.h>
2222
Original file line number Diff line number Diff line change 1919#include < OpenOODB.h>
2020#endif
2121
22- #include < string.h >
22+ #include < string>
2323#include < iostream>
2424using namespace std ;
2525
You can’t perform that action at this time.
0 commit comments