e32tools/elf2e32/source/librarytarget.cpp
changeset 11 d610106f78c9
parent 2 39c28ec933dd
equal deleted inserted replaced
10:b2a53d442fd6 11:d610106f78c9
    19 
    19 
    20 #include "librarytarget.h"
    20 #include "librarytarget.h"
    21 #include "pl_dso_handler.h"
    21 #include "pl_dso_handler.h"
    22 #include "deffile.h"
    22 #include "deffile.h"
    23 #include <iostream>
    23 #include <iostream>
       
    24 #include <cstdlib>
    24 
    25 
    25 /**
    26 /**
    26 Constructor for the Library Class
    27 Constructor for the Library Class
    27 
    28 
    28 @internalComponent
    29 @internalComponent