aboutsummaryrefslogtreecommitdiffstats
path: root/src/jaulibs/hashlist.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-10-25 18:32:41 +0200
committerSven Gothel <[email protected]>2022-10-25 18:53:22 +0200
commit95f8bfda86a59117e13a8af81bab9bdec19d3a7b (patch)
tree58f61028fe85a0c40e8c6c866491437f31f13d9c /src/jaulibs/hashlist.h
parentdbde7b6876d8124ef97b6a2ff623c63ce6fd6836 (diff)
C++17 compile clean; Using top-level Makefile; Still some code issues w/ gen-river
Diffstat (limited to 'src/jaulibs/hashlist.h')
-rw-r--r--src/jaulibs/hashlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jaulibs/hashlist.h b/src/jaulibs/hashlist.h
index 47e92e3..b4aa497 100644
--- a/src/jaulibs/hashlist.h
+++ b/src/jaulibs/hashlist.h
@@ -39,7 +39,7 @@
# else
# define HEAP_CHECK() 1
# endif
- # include <math.h>
+ # include <cmath>
// Die HashListe enthaelt ein Array von SortListe<int> !!!
// und ist eine ganz virtuelle Klasse (pure virtual).