X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..93a3786624b2768d89bfa27e46598dc64e2fb70a:/runtime/StringRecursionChecker.cpp?ds=sidebyside diff --git a/runtime/StringRecursionChecker.cpp b/runtime/StringRecursionChecker.cpp index 22b7367..8835a5c 100644 --- a/runtime/StringRecursionChecker.cpp +++ b/runtime/StringRecursionChecker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Apple Inc. All rights reserved. + * Copyright (C) 2011, 2012 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,6 +22,7 @@ #include "Error.h" #include "ExceptionHelpers.h" +#include "Operations.h" namespace JSC {