mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
fix CI build
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
* Full text of license available in license.txt file, in main folder
|
||||
*/
|
||||
#include "Global.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "AI/Nullkiller2/Behaviors/RecruitHeroBehavior.h"
|
||||
#include "AI/Nullkiller2/Engine/Nullkiller.h"
|
||||
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
* License: GNU General Public License v2.0 or later
|
||||
* Full text of license available in license.txt file, in main folder
|
||||
*/
|
||||
#include "AI/Nullkiller2/Behaviors/RecruitHeroBehavior.h"
|
||||
#include "AI/Nullkiller2/Engine/Nullkiller.h"
|
||||
#include "Global.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "AI/Nullkiller2/Behaviors/RecruitHeroBehavior.h"
|
||||
|
||||
class MockMarket : public IMarket
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user