diff options
Diffstat (limited to 'test/scudo/sized-delete.cpp')
| -rw-r--r-- | test/scudo/sized-delete.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scudo/sized-delete.cpp b/test/scudo/sized-delete.cpp index 5b1bf5fd4cbe..e467f556520e 100644 --- a/test/scudo/sized-delete.cpp +++ b/test/scudo/sized-delete.cpp @@ -10,11 +10,12 @@  // option is passed and the sizes do not match between allocation and  // deallocation functions. -#include <new>  #include <assert.h>  #include <stdlib.h>  #include <string.h> +#include <new> +  int main(int argc, char **argv)  {    assert(argc == 2);  | 
