Cleanup: clarify some namespace use.
[dcpomatic.git] / src / lib / filter.cc
index 9a14795eccf70c9ebe26427ff35c058da262c4d2..465b5991a41754bec81b4fbe21e1d9ce6353a8e6 100644 (file)
@@ -37,7 +37,8 @@ LIBDCP_ENABLE_WARNINGS
 #include "i18n.h"
 
 
-using namespace std;
+using std::string;
+using std::vector;
 using boost::optional;