]> granicus.if.org Git - icinga2/blobdiff - test/base-object.cpp
Merge pull request #6107 from MichalMMac/master
[icinga2] / test / base-object.cpp
index 5fac6f7161cdd36da2b3bdda1fe93390fda886ad..e81c5bb38fa0c13fa655500ac701931231462cb6 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.org/)  *
+ * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)  *
  *                                                                            *
  * This program is free software; you can redistribute it and/or              *
  * modify it under the terms of the GNU General Public License                *
@@ -19,7 +19,7 @@
 
 #include "base/object.hpp"
 #include "base/value.hpp"
-#include <boost/test/unit_test.hpp>
+#include <BoostTestTargetConfig.h>
 
 using namespace icinga;
 
@@ -28,7 +28,7 @@ class TestObject : public Object
 public:
        DECLARE_PTR_TYPEDEFS(TestObject);
 
-       TestObject::Ptr GetTestRef(void)
+       TestObject::Ptr GetTestRef()
        {
                return this;
        }