fix missing include
This commit is contained in:
		
							parent
							
								
									633ef26054
								
							
						
					
					
						commit
						5f57152156
					
				| @ -33,6 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| #include <boost/filesystem/fstream.hpp> | #include <boost/filesystem/fstream.hpp> | ||||||
| 
 | 
 | ||||||
| #include <limits> | #include <limits> | ||||||
|  | #include <string> | ||||||
| 
 | 
 | ||||||
| int current_free_list_maximum = 0; | int current_free_list_maximum = 0; | ||||||
| int UniqueNumber() { return ++current_free_list_maximum; } | int UniqueNumber() { return ++current_free_list_maximum; } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user