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