mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-29 16:08:10 +01:00 
			
		
		
		
	Fixed missing vector again
This commit is contained in:
		| @@ -3,7 +3,6 @@ | ||||
| #include <options.h> | ||||
| #include <filesystem> | ||||
| #include <gui/file_dialogs.h> | ||||
| #include <vector> | ||||
|  | ||||
| FileSelect::FileSelect(std::string defaultPath, std::vector<std::string> filter) { | ||||
|     _filter = filter; | ||||
|   | ||||
| @@ -4,6 +4,7 @@ | ||||
| #include <stdint.h> | ||||
| #include <string> | ||||
| #include <thread> | ||||
| #include <vector> | ||||
|  | ||||
| class FileSelect { | ||||
| public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user