comparison base/Selection.h @ 1527:710e6250a401 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:14 +0100
parents 6e9615bde1f9
children c01cbe41aeb5
comparison
equal deleted inserted replaced
1324:d4a28d1479a8 1527:710e6250a401
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _SELECTION_H_ 16 #ifndef SV_SELECTION_H
17 #define _SELECTION_H_ 17 #define SV_SELECTION_H
18 18
19 #include <cstddef> 19 #include <cstddef>
20 #include <set> 20 #include <set>
21 21
22 #include "XmlExportable.h" 22 #include "XmlExportable.h"