From d573723196f4f0c97e64d5a3a7adbabd3d51a429 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 8 Dec 2017 08:16:20 +0100 Subject: Rename prbs to PrbsGenerator Some systems apparently don't like having both prbs.h and Prbs.h in the include paths. OSX seems to be affected --- src/input/Prbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/Prbs.h b/src/input/Prbs.h index 3b2b7d4..51b7756 100644 --- a/src/input/Prbs.h +++ b/src/input/Prbs.h @@ -31,7 +31,7 @@ #include #include "input/inputs.h" -#include "prbs.h" +#include "PrbsGenerator.h" namespace Inputs { -- cgit v1.2.3