code cleanup (fixing tests but not sure why)

This commit is contained in:
Martin Brodbeck 2018-07-20 13:07:48 +02:00
parent 6000bb3ef2
commit 31a037460a
6 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,8 @@
#define BOOST_TEST_MODULE sale
#include "../src/core/sale.h"
#include "../src/core/seller.h"
#include "../src/core/article.h"
#include <vector>