Forward decl to cut compile times
This commit is contained in:
		
							parent
							
								
									2a64297506
								
							
						
					
					
						commit
						024b78da7c
					
				| @ -43,6 +43,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
| 
 | ||||
| #include <cstdlib> | ||||
| 
 | ||||
| #include <boost/unordered_map.hpp> | ||||
| 
 | ||||
| #include <iostream> | ||||
| #include <fstream> | ||||
| #include <string> | ||||
| @ -180,7 +182,7 @@ int main (int argc, char *argv[]) { | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|         StringMap stringMap; | ||||
|         boost::unordered_map<std::string, NodeID> stringMap; | ||||
|         ExtractionContainers externalMemory; | ||||
| 
 | ||||
|         stringMap[""] = 0; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user