Skip to content
Snippets Groups Projects
Commit a9b3939b authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1592: Fixed typo in conditional #include

parent e6ec4424
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <cstdlib> // for abort() #include <cstdlib> // for abort()
#include <iostream> #include <iostream>
#ifndef __GNUG_ #ifndef __GNUG__
# include <cstdio> // for fputs() # include <cstdio> // for fputs()
# include <typeinfo> // for typeid() # include <typeinfo> // for typeid()
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment