Update to use <iostream> vs <iostream.h>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#endif
|
||||
|
||||
#include "IK_QSegment.h"
|
||||
#include <iostream.h>
|
||||
#include <iostream>
|
||||
|
||||
IK_QSegment::
|
||||
IK_QSegment (
|
||||
|
@@ -44,7 +44,7 @@
|
||||
#endif
|
||||
#include "../extern/IK_solver.h"
|
||||
|
||||
#include <iostream.h>
|
||||
#include <iostream>
|
||||
|
||||
IK_Chain_ExternPtr
|
||||
IK_CreateChain(
|
||||
|
Reference in New Issue
Block a user