Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <getopt.h>
|
||||
|
||||
#include "ast.h"
|
||||
|
||||
Reference in New Issue
Block a user