I assume too much about header paths...
parent
123fb1d009
commit
0c4c66be50
|
@ -34,5 +34,5 @@ declare -a headers=("fast_atof.h"
|
|||
|
||||
for i in "${headers[@]}"
|
||||
do
|
||||
find . -type f -exec sed -i "s,\"../../code/$i\",<assimp/$i>,g" {} \;
|
||||
find . -type f -exec sed -i "s,\"$i\",<assimp/$i>,g" {} \;
|
||||
done
|
||||
|
|
|
@ -40,7 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
*/
|
||||
|
||||
#include "assimp_view.h"
|
||||
#include "StringUtils.h"
|
||||
#include <assimp/StringUtils.h>
|
||||
|
||||
namespace AssimpView {
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "assimp_view.h"
|
||||
#include "AnimEvaluator.h"
|
||||
#include "SceneAnimator.h"
|
||||
#include "StringUtils.h"
|
||||
#include <assimp/StringUtils.h>
|
||||
|
||||
#include <commdlg.h>
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#include "assimp_view.h"
|
||||
#include <timeapi.h>
|
||||
#include "StringUtils.h"
|
||||
#include <assimp/StringUtils.h>
|
||||
#include <map>
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in New Issue