diff --git a/src/autonet/test/AutoNetServerTest.hpp b/src/autonet/test/AutoNetServerTest.hpp index 51bf9d1bf..6240b8930 100644 --- a/src/autonet/test/AutoNetServerTest.hpp +++ b/src/autonet/test/AutoNetServerTest.hpp @@ -1,7 +1,7 @@ // Copyright (C) 2012-2014 Leap Motion, Inc. All rights reserved. #pragma once -#include +#include class AutoNetServerTest: - public EnclosedContextTestBase + public testing::Test {};