Minor changes for standalone mathutils

This commit is contained in:
2014-05-17 12:05:16 +10:00
parent 4958aff780
commit 92a380d0b2
2 changed files with 5 additions and 3 deletions

View File

@@ -31,9 +31,9 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BLI_string.h"
#ifndef MATH_STANDALONE
# include "BLI_string.h"
# include "BLI_dynstr.h"
#endif