mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-03 18:37:24 +08:00
fixed:
- (weird) linker error on windows caused by using different include. - IpcTests using private field which had a public accessor. - some includes using wrong lib.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#define TEST_ENV
|
||||
|
||||
#include "synergy/PrimaryClient.h"
|
||||
#include "server/PrimaryClient.h"
|
||||
#include "base/String.h"
|
||||
|
||||
#include "test/global/gmock.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "server/Server.h"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include "test/global/gmock.h"
|
||||
|
||||
class IEventQueue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user