proper casing of filenames is important on Linux, not on MacOS. *sigh*

JSON-123
Lars Rohwedder 2019-08-07 16:25:24 +02:00
parent 8bbac8c041
commit 9129ff71f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <pep/locked_queue.hh>
#include <pEp/locked_queue.hh>
#include <thread>
#include <atomic>
#include <vector>

View File

@ -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>