diff options
Diffstat (limited to 'src/amount.cc')
-rw-r--r-- | src/amount.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amount.cc b/src/amount.cc index 65dccb84..7c9a6931 100644 --- a/src/amount.cc +++ b/src/amount.cc @@ -29,6 +29,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <system.hh> + #include "amount.h" #include "commodity.h" |