| Index: test/compiled/StringMap.cpp |
| =================================================================== |
| --- a/test/compiled/StringMap.cpp |
| +++ b/test/compiled/StringMap.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/StringMap.h" |
| ABP_NS_USING |
| template<template <typename T> class S> |
| void testStringMap() |
| { |
| S<std::string> map; |