| Index: test/compiled/String.cpp | 
| =================================================================== | 
| --- a/test/compiled/String.cpp | 
| +++ b/test/compiled/String.cpp | 
| @@ -11,17 +11,17 @@ | 
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| * GNU General Public License for more details. | 
| * | 
| * You should have received a copy of the GNU General Public License | 
| * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>. | 
| */ | 
|  | 
| #include <string> | 
| -#include "gtest/gtest.h" | 
| +#include <gtest/gtest.h> | 
| #include "compiled/String.h" | 
|  | 
| ABP_NS_USING | 
|  | 
| TEST(TestString, constructInvalidDependentString) | 
| { | 
| DependentString s; | 
| EXPECT_TRUE(s.is_invalid()); | 
|  |