summaryrefslogtreecommitdiffhomepage
path: root/stc/cpqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'stc/cpqueue.h')
-rw-r--r--stc/cpqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/cpqueue.h b/stc/cpqueue.h
index c1dfde17..12834a47 100644
--- a/stc/cpqueue.h
+++ b/stc/cpqueue.h
@@ -23,7 +23,7 @@
/* Priority-Queue adapter (implemented as heap), default uses cvec.
- #include <stc/crandom.h>
+ #include <stc/crand.h>
#include <stc/cpqueue.h>
using_cvec(f, float);
using_cpqueue(f, cvec_f, >); // min-heap (increasing values)