X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2Fserial.hxx;h=83cc60085fc7150a69aedc851fb346aecb4974af;hb=0a2264cad465fcca6ea9679f1db139d6ee6cd3e6;hp=ac22c50c5668418f69aea377044317fe5b89d8cd;hpb=7fc8c026884b2d0a1b683765c089a9bef5ac47c8;p=simgear.git diff --git a/simgear/serial/serial.hxx b/simgear/serial/serial.hxx index ac22c50c..83cc6008 100644 --- a/simgear/serial/serial.hxx +++ b/simgear/serial/serial.hxx @@ -17,10 +17,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the -// Free Software Foundation, Inc., 59 Temple Place - Suite 330, -// Boston, MA 02111-1307, USA. +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -38,8 +37,8 @@ #endif #include -#include STL_STRING -SG_USING_STD(string); +#include +using std::string; // if someone know how to do this all with C++ streams let me know // #include