diff --git a/cocos/3d/CCBillBoard.h b/cocos/3d/CCBillBoard.h index 929495ef51..d9ac7dc8b4 100644 --- a/cocos/3d/CCBillBoard.h +++ b/cocos/3d/CCBillBoard.h @@ -26,7 +26,7 @@ #define __CCBILLBOARD_H__ #include "2d/CCSprite.h" - +#include "3d/3dExport.h" NS_CC_BEGIN /** diff --git a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj index 7f132bd32d..40361baa79 100644 --- a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj +++ b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj @@ -137,6 +137,7 @@ + @@ -316,6 +317,7 @@ + diff --git a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters index f0e771d566..d5b25f0b12 100644 --- a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters +++ b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters @@ -325,6 +325,9 @@ {7f85be1c-98c5-4412-afc5-6f39ae1452a7} + + {54a30b92-ddfb-420e-908b-886c23c21cf1} + @@ -858,6 +861,9 @@ Classes\UITest\CocostudioGUISceneTest + + Classes\BillBoardTest + @@ -1589,5 +1595,8 @@ Classes\UITest\CocostudioGUISceneTest + + Classes\BillBoardTest + \ No newline at end of file