Bug 668368 - Logging.h compile fail due to missing stdio.h r=bas.schouten

This commit is contained in:
Oleg Romashin 2011-06-29 15:13:21 -07:00
parent 48c3fdbe68
commit 37e4c451c1

View File

@ -40,6 +40,7 @@
#include <string>
#include <sstream>
#include <stdio.h>
#include "Point.h"