diff options
Diffstat (limited to 'src/scoped_ptr.h')
| -rw-r--r-- | src/scoped_ptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scoped_ptr.h b/src/scoped_ptr.h index ce21cc531f..a3b30d59bb 100644 --- a/src/scoped_ptr.h +++ b/src/scoped_ptr.h @@ -18,7 +18,7 @@ // implementation of the scoped_ptr class, and its closely-related brethren, // scoped_array, scoped_ptr_malloc, and make_scoped_ptr. -#include "src/macros.h" +#include "macros.h" #include <assert.h> #include <stdlib.h> |