mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix Travis build errors.
This commit is contained in:
parent
0f506276ff
commit
1774de79fe
@ -60,6 +60,7 @@ extern "C"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include "test-dbi-stuff.h"
|
||||
#include "test-dbi-business-stuff.h"
|
||||
|
@ -42,6 +42,10 @@ extern "C"
|
||||
#endif
|
||||
}
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include "gnc-sql-connection.hpp"
|
||||
#include "gnc-sql-backend.hpp"
|
||||
#include "gnc-sql-object-backend.hpp"
|
||||
|
@ -41,6 +41,10 @@ extern "C"
|
||||
#include "qof.h"
|
||||
}
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include "gnc-sql-connection.hpp"
|
||||
#include "gnc-sql-backend.hpp"
|
||||
#include "gnc-sql-object-backend.hpp"
|
||||
|
@ -40,6 +40,10 @@ extern "C"
|
||||
#include "gncTaxTableP.h"
|
||||
}
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include "gnc-sql-connection.hpp"
|
||||
#include "gnc-sql-backend.hpp"
|
||||
#include "gnc-sql-object-backend.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user