modernize: Use raw string literals instead of escaped strings
[quassel.git] / src / common / deferredptr.h
index 1ea1f6b..8e02db8 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
 /***************************************************************************
- *   Copyright (C) 2005-2016 by the Quassel Project                        *
+ *   Copyright (C) 2005-2018 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -20,6 +20,8 @@
 
 #pragma once
 
 
 #pragma once
 
+#include "common-export.h"
+
 #include <memory>
 #include <type_traits>
 
 #include <memory>
 #include <type_traits>