mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 20:58:30 +02:00
fix casing of util.h import in Agent.cpp
This commit is contained in:
parent
b2c6425f8a
commit
49d7e34cd9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <iostream>
|
||||
#include "Agent.h"
|
||||
#include "Head.h"
|
||||
#include "util.h"
|
||||
#include "Util.h"
|
||||
|
||||
|
||||
// Structure to hold references to other agents that are nearby
|
||||
|
|
Loading…
Reference in a new issue