diff --git a/Tests/MeshLib/TestPntInElement.cpp b/Tests/MeshLib/TestPntInElement.cpp
index d6559cabfdca00c5c2d36d7aad3377cd70f8507a..b3fd222bd4299716ef68ec32c27114f10b371b6a 100644
--- a/Tests/MeshLib/TestPntInElement.cpp
+++ b/Tests/MeshLib/TestPntInElement.cpp
@@ -11,21 +11,20 @@
  *              http://www.opengeosys.org/LICENSE.txt
  */
 
-#include "gtest/gtest.h"
+#include <gtest/gtest.h>
 
 #include "GeoLib/Point.h"
-
-#include "MeshLib/Mesh.h"
-#include "MeshLib/Node.h"
-#include "MeshLib/MeshEditing/MeshRevision.h"
 #include "MeshLib/Elements/Element.h"
-#include "MeshLib/Elements/Tri.h"
-#include "MeshLib/Elements/Quad.h"
-#include "MeshLib/Elements/Tet.h"
 #include "MeshLib/Elements/Hex.h"
-#include "MeshLib/Elements/Pyramid.h"
+#include "MeshLib/Elements/Line.h"
 #include "MeshLib/Elements/Prism.h"
-
+#include "MeshLib/Elements/Pyramid.h"
+#include "MeshLib/Elements/Quad.h"
+#include "MeshLib/Elements/Tet.h"
+#include "MeshLib/Elements/Tri.h"
+#include "MeshLib/Mesh.h"
+#include "MeshLib/MeshEditing/MeshRevision.h"
+#include "MeshLib/Node.h"
 
 std::vector<MeshLib::Node*> createNodes()
 {