all repos — fluxbox @ 9475d7bc8226e58a86dd90f01c56c6e0e96a4969

custom fork of the fluxbox windowmanager

little include fix
rathnor rathnor
commit

9475d7bc8226e58a86dd90f01c56c6e0e96a4969

parent

abf2bd26e35d92cd5409ff59476dc832851adfb2

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.220 2004/01/11 16:10:51 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.221 2004/01/13 12:55:25 rathnor Exp $ #include "fluxbox.hh"

@@ -43,6 +43,7 @@ #include "FbTk/ImageControl.hh"

#include "FbTk/EventManager.hh" #include "FbTk/StringUtil.hh" #include "FbTk/Resource.hh" +#include "FbTk/SimpleCommand.hh" #include "FbTk/XrmDatabaseHelper.hh" #include "FbTk/Command.hh" #include "FbTk/RefCount.hh"