Include wx/scopedptr.h in the code using wxScopedPtr<>
Don't rely on this header from being included from another header (which won't be the case soon any more).
This commit is contained in:
parent
f1184417a2
commit
26e99e9337
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "wx/file.h"
|
||||
#include "wx/quantize.h"
|
||||
#include "wx/scopedarray.h"
|
||||
#include "wx/scopedptr.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue