summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-10 15:15:31 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-10 15:15:31 +0100
commitb8264e7d47d29c11c59b80f9076cc2eab2dab87b (patch)
tree251a8353e61d13b4738221949fae242672f0aa1f /AK
parentcba05ce75e94ac935671be22ca05e943302b9eef (diff)
downloadserenity-b8264e7d47d29c11c59b80f9076cc2eab2dab87b.zip
Merge Disk namespace into the IDEDiskDevice class.
Diffstat (limited to 'AK')
-rw-r--r--AK/Lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Lock.h b/AK/Lock.h
index f3a0234006..6664ed980d 100644
--- a/AK/Lock.h
+++ b/AK/Lock.h
@@ -1,5 +1,6 @@
#pragma once
+#include "Assertions.h"
#include "Types.h"
#ifdef SERENITY