oops, took out an include that shouldn't have
This commit is contained in:
parent
a8c95d4e4f
commit
744c82cb1c
1 changed files with 2 additions and 1 deletions
|
@ -39,10 +39,11 @@
|
|||
#include "Shape.hh"
|
||||
#endif // SHAPE
|
||||
|
||||
|
||||
#include <algorithm>
|
||||
#include <X11/X.h>
|
||||
|
||||
using namespace std; // mem_fun
|
||||
|
||||
FbWinFrame::FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl,
|
||||
FbTk::XLayer &layer,
|
||||
int x, int y,
|
||||
|
|
Loading…
Reference in a new issue