proper casing of filenames is important on Linux, not on MacOS. *sigh*
parent
8bbac8c041
commit
9129ff71f4
|
@ -1,4 +1,4 @@
|
|||
#include <pep/locked_queue.hh>
|
||||
#include <pEp/locked_queue.hh>
|
||||
#include <thread>
|
||||
#include <atomic>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
#include "inout.hh" // for to_json() and from_json()
|
||||
#include "pEp-types.hh"
|
||||
#include "pep-types.hh"
|
||||
#include "json_spirit/json_spirit_writer.h"
|
||||
#include "json_spirit/json_spirit_reader.h"
|
||||
#include <pEp/message.h>
|
||||
|
|
Loading…
Reference in New Issue