diff options
Diffstat (limited to 'gold/workqueue.cc')
-rw-r--r-- | gold/workqueue.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/workqueue.cc b/gold/workqueue.cc index 860484e..716f93db 100644 --- a/gold/workqueue.cc +++ b/gold/workqueue.cc @@ -1,6 +1,9 @@ // workqueue.cc -- the workqueue for gold #include "gold.h" + +#include <cassert> + #include "workqueue.h" namespace gold |