diff options
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,10 +20,10 @@ #ifndef LIBDCP_XML_H #define LIBDCP_XML_H -#include <libcxml/cxml.h> #include "exceptions.h" +#include <libcxml/cxml.h> -namespace libdcp +namespace dcp { template <class T> |
