mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-25 12:28:48 +02: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:
parent
ad8905ccbf
commit
f4bb72ce52
14 changed files with 22 additions and 50 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "base/TMethodJob.h"
|
||||
#include "base/Log.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "test/global/gtest.h"
|
||||
#include <stdexcept>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue