Include <cassert>

This commit is contained in:
Ian Lance Taylor 2006-08-04 23:20:34 +00:00
parent bae7f79e03
commit c33feb2b3c
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,9 @@
// workqueue.cc -- the workqueue for gold
#include "gold.h"
#include <cassert>
#include "workqueue.h"
namespace gold