summaryrefslogtreecommitdiff
path: root/src/hooks.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commit4ccb2168457fb4c36c932d678dea9a872e2ce132 (patch)
tree8fd095cf3170fba4d3a97fad88cec43951a9ce94 /src/hooks.cc
parent46b82d31880d26872478d6ce8471f997db435e8e (diff)
Fix old-style #include for legacy C headers
Diffstat (limited to 'src/hooks.cc')
-rw-r--r--src/hooks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks.cc b/src/hooks.cc
index 16bd144d..6d755c5e 100644
--- a/src/hooks.cc
+++ b/src/hooks.cc
@@ -8,7 +8,7 @@
#include "hooks.hpp"
#include <algorithm>
-#include <assert.h>
+#include <cassert>
#include <unordered_map>
#include <vector>