]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/LaRCsimIC.cxx
Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive
[flightgear.git] / src / FDM / LaRCsim / LaRCsimIC.cxx
index 562d0c5fa80d6ed0c800cb24f2392b6ad38f0349..ddf196d2ce0876e2dd7f03ed29af490ffb57c1e5 100644 (file)
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
  details.
- 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., 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.
+
  Further information about the GNU General Public License can also be found on
  the world wide web at http://www.gnu.org.
 */ 
@@ -28,7 +28,7 @@
 #include <simgear/compiler.h>
 
 #include <math.h>
-#include STL_IOSTREAM
+#include <iostream>
 
 #include "ls_cockpit.h"
 #include "ls_generic.h"
@@ -39,8 +39,8 @@
 
 #include "LaRCsimIC.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 
 LaRCsimIC::LaRCsimIC(void) {