1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Forgot to include project changes to include the addition of the Decimal type.

This commit is contained in:
Sandu Liviu Catalin 2016-06-05 03:54:45 +03:00
parent 17e78b83dd
commit edc6a22d24

View File

@ -507,6 +507,8 @@
<Unit filename="../source/Library/IO/INI.hpp" />
<Unit filename="../source/Library/Numeric.cpp" />
<Unit filename="../source/Library/Numeric.hpp" />
<Unit filename="../source/Library/Numeric/Decimal.cpp" />
<Unit filename="../source/Library/Numeric/Decimal.hpp" />
<Unit filename="../source/Library/Numeric/LongInt.cpp" />
<Unit filename="../source/Library/Numeric/LongInt.hpp" />
<Unit filename="../source/Library/Numeric/Math.cpp" />