Include <cassert>
authorIan Lance Taylor <iant@google.com>
Fri, 4 Aug 2006 23:20:34 +0000 (23:20 +0000)
committerIan Lance Taylor <iant@google.com>
Fri, 4 Aug 2006 23:20:34 +0000 (23:20 +0000)
gold/dirsearch.cc
gold/workqueue.cc

index 41a2660a88fdff4fd5e43669cb1e0f417f4620cc..5dec3f638d0df39fa7dcba592cda35e56254bc53 100644 (file)
@@ -3,6 +3,7 @@
 #include "gold.h"
 
 #include <cerrno>
+#include <cassert>
 #include <sys/types.h>
 #include <dirent.h>
 
index 860484ebdc6282174f156790efbb990da726d754..716f93db7851437a932e04f6dcb4f63286d001b6 100644 (file)
@@ -1,6 +1,9 @@
 // workqueue.cc -- the workqueue for gold
 
 #include "gold.h"
+
+#include <cassert>
+
 #include "workqueue.h"
 
 namespace gold
This page took 0.029949 seconds and 4 git commands to generate.