File: 0005-Fix-config.hpp-include.patch

package info (click to toggle)
foonathan-memory 0.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,644 kB
  • sloc: cpp: 12,425; xml: 139; sh: 48; makefile: 25
file content (21 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Timo_R=C3=B6hling?= <timo@gaussglocke.de>
Date: Wed, 2 Dec 2020 18:10:27 +0100
Subject: Fix config.hpp include

---
 include/foonathan/memory/detail/ilog2.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/foonathan/memory/detail/ilog2.hpp b/include/foonathan/memory/detail/ilog2.hpp
index 88f117e..b2f147a 100644
--- a/include/foonathan/memory/detail/ilog2.hpp
+++ b/include/foonathan/memory/detail/ilog2.hpp
@@ -7,7 +7,7 @@
 #include <climits>
 #include <cstdint>
 
-#include "config.hpp"
+#include "../config.hpp"
 
 namespace foonathan
 {