Chromium Code Reviews| Index: src/IceThreading.h |
| diff --git a/src/IceThreading.h b/src/IceThreading.h |
| index 12b085d40bf220a491dbb5d47abf57bfc6b1f563..4f04935a1f2b188bbc03858b248f8f3bf7617e88 100644 |
| --- a/src/IceThreading.h |
| +++ b/src/IceThreading.h |
| @@ -14,11 +14,11 @@ |
| #ifndef SUBZERO_SRC_ICETHREADING_H |
| #define SUBZERO_SRC_ICETHREADING_H |
| +#include "IceDefs.h" |
| + |
| #include <condition_variable> |
| #include <mutex> |
| -#include "IceDefs.h" |
| - |
| namespace Ice { |
| // BoundedProducerConsumerQueue is a work queue that allows multiple |